We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9933b4 commit dd784f5Copy full SHA for dd784f5
.gitignore
@@ -13,6 +13,7 @@ install_id
13
14
# Rattler
15
output
16
+recipes/recipe.yaml
17
18
# misc
19
.vscode
recipes/recipe.tmpl
@@ -8,8 +8,8 @@ package:
8
version: {{VERSION}}
9
10
source:
11
- - path: ../lightbug_http
12
- - path: ../{{LICENSE_FILE}}
+ - path: ./lightbug_http
+ - path: ./{{LICENSE_FILE}}
build:
script:
0 commit comments