mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Disable manifest push [skip ci]
This commit is contained in:
parent
25b2b43a38
commit
73c8c6de37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user