Skip to content

Commit 6459c82

Browse files
authored
Merge pull request #24 from ing-bank/kr7ysztof-patch-1
fix travis
2 parents 47e7561 + 597a459 commit 6459c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ script:
1717
- echo "Running pipeline for branch ${TRAVIS_BRANCH}"
1818
- cd $BUILDFOLDER
1919
- if [ -n "$TRAVIS_TAG" ]; then
20-
export DOCKER_TAG="${TRAVIS_BRANCH/\//_}"
21-
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
20+
export DOCKER_TAG="${TRAVIS_BRANCH/\//_}";
21+
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
2222
echo "Build image for tag ${DOCKER_TAG}";
2323
docker pull wbaa/$BUILDFOLDER:latest;
2424
travis_wait 60 docker build --quiet -t wbaa/$BUILDFOLDER:$DOCKER_TAG .;

0 commit comments

Comments
 (0)