Commit 3eb3a42
authored
FIX: Use correct shell variable in upload (#53)
* Use the correct shell variable "LABEL_ARGS" to pass the lable args to
the `anaconda upload` command.
- Amends PR #47
* Note that it is important that ${LABEL_ARGS} is NOT quoted during
shell parameter expansion, else it will be treated as a file path to
anaconda upload and not an argument.
- e.g. This will trigger `File "--label main " does not exist`
errors.1 parent f689fba commit 3eb3a42
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | | - | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
0 commit comments