1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-19 18:50:12 +03:00

Merge pull request #1612 from containous/fix-deploy

Fix deploy script, removes Docker version check
This commit is contained in:
Emile Vauge 2017-05-16 17:53:47 +02:00 committed by GitHub
commit f521e72f15

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"