Debugging failing Travis script

This commit is contained in:
Nanne Baars
2017-11-16 05:56:13 +01:00
parent c06e4d462b
commit 971f11534d
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@ docker login -u $DOCKER_USER -p $DOCKER_PASS
export REPO=webgoat/webgoat-8.0
cd webgoat-server
ls target/
if [ "${BRANCH}" == "master" ] && [ ! -z "${TRAVIS_TAG}" ]; then
# If we push a tag to master this will update the LATEST Docker image and tag with the version number