GRN2-159: Changed the inception of the version tag (#573)

This commit is contained in:
Jesus Federico
2019-06-21 09:36:52 -04:00
committed by GitHub
parent 790a0365c5
commit f5c33e9306
4 changed files with 16 additions and 14 deletions

View File

@ -20,7 +20,7 @@ jobs:
- stage: build
name: build docker image
script: bash scripts/image_build.sh $TRAVIS_REPO_SLUG $TRAVIS_BRANCH $TRAVIS_COMMIT
script: bash scripts/image_build.sh $TRAVIS_REPO_SLUG
if: env(CD_BUILD_IGNORE) IS NOT present AND type NOT IN (pull_request) AND env(CD_DOCKER_USERNAME) IS present AND env(CD_DOCKER_PASSWORD) IS present
notifications: