mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Change some environment variables for easier handling.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo $TRAVIS_DIST
|
||||
echo "I am building channel ${CHANNEL} for version ${VERSION} on architecture ${ARCH}."
|
||||
|
||||
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||
mkdir $HOME/.docker
|
||||
touch $HOME/.docker/config.json
|
||||
echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
|
||||
sudo service docker restart
|
||||
docker version -f '{{.Server.Experimental}}'
|
||||
docker version
|
||||
|
||||
# build everything
|
||||
.deploy/docker/build-$ARCH.sh
|
||||
|
Reference in New Issue
Block a user