fix: disable "set -u"
- to avoid error on CI variables like CF_API when using outside of CI
This commit is contained in:
parent
06f8bb7b50
commit
8842673005
|
@ -2,7 +2,7 @@
|
|||
|
||||
# works best on busybox ash
|
||||
|
||||
set -efux -o pipefail
|
||||
set -efx -o pipefail
|
||||
|
||||
alias curl="curl -L"
|
||||
alias rm="rm -rf"
|
||||
|
|
Loading…
Reference in New Issue