We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47e7561 + 597a459 commit 6459c82Copy full SHA for 6459c82
.travis.yml
@@ -17,8 +17,8 @@ script:
17
- echo "Running pipeline for branch ${TRAVIS_BRANCH}"
18
- cd $BUILDFOLDER
19
- if [ -n "$TRAVIS_TAG" ]; then
20
- export DOCKER_TAG="${TRAVIS_BRANCH/\//_}"
21
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
+ export DOCKER_TAG="${TRAVIS_BRANCH/\//_}";
+ echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
22
echo "Build image for tag ${DOCKER_TAG}";
23
docker pull wbaa/$BUILDFOLDER:latest;
24
travis_wait 60 docker build --quiet -t wbaa/$BUILDFOLDER:$DOCKER_TAG .;
0 commit comments