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 @@ -27,7 +27,7 @@ dependencies:
27
27
- mkdir -p $WORKDIR && sudo setfacl -d -m group:ubuntu:rwx $WORKDIR && sudo setfacl -m group:ubuntu:rwx $WORKDIR
28
28
- mkdir -p $HOME/docker $HOME/examples $WORKDIR/tests $WORKDIR/logs $WORKDIR/crashfiles ${CIRCLE_TEST_REPORTS}/tests/
29
29
- 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
30
- - docker load --input $HOME/docker/cache.tar || true :
30
+ - gzcat $HOME/docker/cache.tar.gz | docker loaddocker load || true :
31
31
timeout : 6000
32
32
override :
33
33
# Get data
@@ -55,7 +55,7 @@ dependencies:
55
55
done && [ "$e" -eq "0" ]
56
56
:
57
57
timeout : 6000
58
- - docker save -o $HOME/docker/cache.tar ubuntu:xenial-20161213 nipype/base:latest nipype/nipype:py36 nipype/nipype:py27 :
58
+ - docker save ubuntu:xenial-20161213 nipype/base:latest nipype/nipype:py36 nipype/nipype:py27 | gzip > -o $HOME/docker/cache.tar.gz :
59
59
timeout : 6000
60
60
61
61
test :
You can’t perform that action at this time.
0 commit comments