change after_script command

This commit is contained in:
Akinwale Ariwodola 2018-05-09 13:52:10 +01:00
parent 5e47c76a93
commit a4706b2747

View file

@ -46,7 +46,7 @@ script:
- "./build.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"
- "echo Build Version: $BUILD_VERSION"
deploy:
provider: releases
api_key: $GITHUB_TOKEN