Fix build script.

This commit is contained in:
James Cole 2019-02-16 14:02:04 +01:00
parent 7658b7d9a6
commit 423f3a9296

View File

@ -18,7 +18,7 @@ if [ "$TRAVIS_BRANCH" == "develop" ]; then
docker build --tag jc5x/firefly-iii:develop-arm --file Dockerfile.arm .
docker tag jc5x/firefly-iii:develop-arm jc5x/firefly-iii:develop-$VERSION-arm
docker push jc5x/firefly-iii:develop-arm
docker tag jc5x/firefly-iii:develop-$VERSION-arm
docker push jc5x/firefly-iii:develop-$VERSION-arm
fi
if [ "$TRAVIS_BRANCH" == "master" ]; then