Fix travis deploy

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge
2017-02-06 21:32:57 +01:00
parent 5e662c9dbd
commit ff7dfdcd43
+1 -1
View File
@@ -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"