Skip to content

Commit

Permalink
Fix push_to_docker script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscatolini committed Mar 18, 2019
1 parent 1c00f02 commit 4da707d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions push_to_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if [ $? -ne 0 ]; then
exit 1
fi

DOCKERHUB_LATEST=$(python3 get_latest_tag.py)
if [ "$DOCKERHUB_LATEST" != "$TRAVIS_BUILD_NUMBER-v$VERSION-$COMMIT" ]; then
echo "Last version is not in docker hub!"
echo "docker hub: $DOCKERHUB_LATEST, expected: $TRAVIS_BUILD_NUMBER-v$VERSION-$COMMIT"
Expand Down

0 comments on commit 4da707d

Please sign in to comment.