mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
Fix build script.
This commit is contained in:
@@ -18,7 +18,7 @@ if [ "$TRAVIS_BRANCH" == "develop" ]; then
|
|||||||
docker build --tag jc5x/firefly-iii:develop-arm --file Dockerfile.arm .
|
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 tag jc5x/firefly-iii:develop-arm jc5x/firefly-iii:develop-$VERSION-arm
|
||||||
docker push jc5x/firefly-iii:develop-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
|
fi
|
||||||
|
|
||||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||||
|
Reference in New Issue
Block a user