Merge pull request #1128 from containous/fix-travis-deploy

Fix travis deploy
This commit is contained in:
Emile Vauge
2017-02-06 21:36:30 +01:00
committed by GitHub

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"