fix release script run command

This commit is contained in:
Akinwale Ariwodola 2018-05-09 13:50:48 +01:00
parent 84bc61c2cb
commit 5e47c76a93

View file

@ -44,7 +44,7 @@ install:
- echo $'\nd56f5187479451eabf01fb78af6dfcb131a6481e' > ~/.buildozer/android/platform/android-sdk-23/licenses/android-sdk-license
script:
- "./build.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
- source ./release.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
- "source ./release.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
after_script:
- echo "Build Version: $BUILD_VERSION"
deploy: