mirror of
https://github.com/traefik/traefik.git
synced 2025-08-08 07:37:09 +02:00
Fix travis tag check
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
8caaf317ae
commit
01a4002169
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ -z "$TRAVIS_TAG" ] && [ "$DOCKER_VERSION" = "1.10.1" ]; then
|
if [ -n "$TRAVIS_TAG" ] && [ "$DOCKER_VERSION" = "1.10.1" ]; then
|
||||||
echo "Deploying..."
|
echo "Deploying..."
|
||||||
else
|
else
|
||||||
echo "Skipping deploy"
|
echo "Skipping deploy"
|
||||||
|
Loading…
Reference in New Issue
Block a user