File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
2323 - mkdir -p $WORKDIR && sudo setfacl -d -m group:ubuntu:rwx $WORKDIR && sudo setfacl -m group:ubuntu:rwx $WORKDIR
2424 - mkdir -p $HOME/docker $HOME/examples $WORKDIR/tests $WORKDIR/logs $WORKDIR/crashfiles ${CIRCLE_TEST_REPORTS}/tests/
2525 - if [[ ! -e "$HOME/bin/codecov" ]]; then mkdir -p $HOME/bin; curl -so $HOME/bin/codecov https://codecov.io/bash && chmod 755 $HOME/bin/codecov; fi
26- - docker load --input $HOME/docker/cache.tar || true :
26+ - (cd $HOME/ docker && gzip -d cache.tar.gz && docker load --input $HOME/docker/cache.tar) || true :
2727 timeout : 6000
2828 override :
2929 # Get data
@@ -51,7 +51,7 @@ dependencies:
5151 done && [ "$e" -eq "0" ]
5252 :
5353 timeout : 6000
54- - docker save -o $HOME/docker/cache.tar nipype/base:latest :
54+ - docker save -o $HOME/docker/cache.tar ubuntu:xenial-20161213 nipype/base:latest && gzip cache.tar :
5555 timeout : 6000
5656
5757test :
You can’t perform that action at this time.
0 commit comments