diff --git a/.deploy/docker/manifest.sh b/.deploy/docker/manifest.sh index 7dc254cc47..7e7d9b0abb 100755 --- a/.deploy/docker/manifest.sh +++ b/.deploy/docker/manifest.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash + +# Disabled until I can figure out how this works in Travis. +exit 0 + if [ "$TRAVIS_BRANCH" == "develop" ]; then TARGET=jc5x/firefly-iii:develop ARM=jc5x/firefly-iii:develop-arm