1
0
mirror of https://github.com/containous/traefik.git synced 2024-10-27 01:55:17 +03:00

Fix deploy script, removes Docker version check

This commit is contained in:
Emile Vauge 2017-05-16 17:24:08 +02:00
parent c963cee3c8
commit 88ea0a037b
No known key found for this signature in database
GPG Key ID: D808B4C167352E59

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
if [ -n "$TRAVIS_TAG" ] && [ "$DOCKER_VERSION" = "1.10.3" ]; then
if [ -n "$TRAVIS_TAG" ]; then
echo "Deploying..."
else
echo "Skipping deploy"