Update build script.

This commit is contained in:
James Cole
2019-02-11 19:01:14 +01:00
parent f999be81c2
commit c00bc2a1f3
2 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
#!/usr/bin/env bash
# enable experimental features.
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
sudo service docker restart
docker version -f '{{.Server.Experimental}}'
docker version
if [ "$TRAVIS_BRANCH" == "develop" ]; then
TARGET=jc5x/firefly-iii:develop
ARM=jc5x/firefly-iii:develop-arm