appveyor: fix syntax error

This commit is contained in:
Kirill Vainer 2016-11-25 22:31:59 -05:00
parent d8e15da671
commit d93dc0b175
2 changed files with 5 additions and 7 deletions

View File

@ -45,9 +45,8 @@ test: off
deploy: off deploy: off
on_success: on_success:
- cmd: >- - cmd: git checkout -q %APPVEYOR_REPO_BRANCH%
git checkout -q %APPVEYOR_REPO_BRANCH% - cmd: git add -- jme3-bullet-native/libs/native/windows/
git add -- jme3-bullet-native/libs/native/windows/ - cmd: git commit -m "[ci skip] bullet: update windows natives"
git commit -m "[ci skip] bullet: update windows natives" - cmd: git pull -q --rebase
git pull -q --rebase - cmd: git push git@github.com:jMonkeyEngine/jmonkeyengine.git
git push git@github.com:jMonkeyEngine/jmonkeyengine.git

View File

@ -190,7 +190,6 @@ unzipBullet.dependsOn {
} }
} }
task unzipBulletIfNeeded { task unzipBulletIfNeeded {
} }