fix: disable "set -u"

- to avoid error on CI variables like CF_API
when using outside of CI
This commit is contained in:
Ming Di Leom 2022-12-16 08:20:16 +00:00
parent 06f8bb7b50
commit 8842673005
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -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"