Fix appveyor if apk add fails
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
c2a86ea8f6
commit
79cbaa2c42
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ test_script:
|
|||
|
||||
on_success:
|
||||
- sh: |
|
||||
if [ ! apk add curl jq ]; then
|
||||
if !(apk add curl jq); then
|
||||
exit 1
|
||||
fi
|
||||
CURR_VER=$(cat package.json | jq -r .version)
|
||||
|
|
Loading…
Reference in a new issue