We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775a5af commit c80a427Copy full SHA for c80a427
.travis.yml
@@ -23,7 +23,6 @@ before_script:
23
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH | sed -e 's/[\/]/-/g' | sed -e 's/[\#]//g'; fi`
24
- export CONTAINER_IMAGE=$CI_REGISTRY_IMAGE:$IMAGE_TAG_PREFIX$TAG
25
script:
26
-- exit 1;
27
- ./.travis/build.sh
28
after_success:
29
- ./.travis/deploy.sh
0 commit comments