mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 03:34:32 -06:00
Expand experimental things.
This commit is contained in:
parent
c00bc2a1f3
commit
2517674849
@ -5,6 +5,9 @@
|
||||
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||
sudo service docker restart
|
||||
docker version -f '{{.Server.Experimental}}'
|
||||
|
||||
echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
|
||||
|
||||
docker version
|
||||
|
||||
if [ "$TRAVIS_BRANCH" == "develop" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user