change after_script command
This commit is contained in:
parent
5e47c76a93
commit
a4706b2747
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue