From 3848944d3541619269fc52e03414a599c2e9cbb4 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Mon, 6 Feb 2017 21:32:57 +0100 Subject: [PATCH] Fix travis deploy Signed-off-by: Emile Vauge --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index 346b2a09f..4ee707905 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -if [ -n "$TRAVIS_TAG" ] && [ "$DOCKER_VERSION" = "1.10.1" ]; then +if [ -n "$TRAVIS_TAG" ] && [ "$DOCKER_VERSION" = "1.10.3" ]; then echo "Deploying..." else echo "Skipping deploy"