Travis CI deployment to AWS and Github releases #114

Merged
akinwale merged 22 commits from deployment into master 2018-05-09 20:26:58 +02:00
Showing only changes of commit 49ea47c89f - Show all commits

View file

@ -45,7 +45,7 @@ install:
script:
#- "./build.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
- "./release.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
- "export BUILD_VERSION=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')"
- export BUILD_VERSION=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
after_script:
- "echo Build Version: $BUILD_VERSION"
deploy: