Skip to content

Commit

Permalink
chore(.appveyor.yml): fix non-nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Apr 16, 2018
1 parent e676404 commit d415718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test_script:
for d in _target/deps/*; do (cd $d; ../../../../bin/leanpkg test || exit 1); done;
fi"
- C:\msys64\usr\bin\bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER &&
if [[ $UPLOAD == ON && $GH_TOKEN && $APPVEYOR_REPO_BRANCH == master ]]; then
if [[ $UPLOAD == ON && $GH_TOKEN && $APPVEYOR_REPO_BRANCH == master && -f build/nightly.sh ]]; then
. build/nightly.sh &&
bash script/deploy_nightly.sh build/lean-*-windows.zip;
fi"
Expand Down

0 comments on commit d415718

Please sign in to comment.