We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c3f7c commit 303b982Copy full SHA for 303b982
circle.yml
@@ -55,7 +55,7 @@ dependencies:
55
done && [ "$e" -eq "0" ]
56
:
57
timeout: 6000
58
- - docker save ubuntu:xenial-20161213 nipype/base:latest nipype/nipype:py36 nipype/nipype:py27 && gzip -9 $HOME/docker/cache.tar :
+ - docker save -o $HOME/docker/cache.tar ubuntu:xenial-20161213 nipype/base:latest nipype/nipype:py36 nipype/nipype:py27 && gzip -9 $HOME/docker/cache.tar :
59
60
61
test:
0 commit comments