Skip to content

Commit 66e1649

Browse files
committed
malformed after_success on travis
1 parent 820de98 commit 66e1649

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ script:
1818
after_success:
1919
- if [ "$TRAVIS_TAG" != "" ]; then
2020
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
21-
if [ "$TRAVIS_TAG" == "$LATEST" ]; then
22-
VERSION="$TRAVIS_TAG" make tag_latest;
23-
VERSION="latest" make release;
24-
fi
2521
VERSION="$TRAVIS_TAG" make release;
2622
fi
23+
- if [ "$TRAVIS_TAG" == "$LATEST" ]; then
24+
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
25+
VERSION="$TRAVIS_TAG" make tag_latest;
26+
VERSION="latest" make release;

0 commit comments

Comments
 (0)