File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
machine :
2
- pre :
3
- - sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'
4
- - sudo chmod 0755 /usr/bin/docker
5
2
environment :
6
3
OSF_NIPYPE_URL : " https://files.osf.io/v1/resources/nefdp/providers/osfstorage"
7
4
DATA_NIPYPE_TUTORIAL_URL : " ${OSF_NIPYPE_URL}/57f4739cb83f6901ed94bf21"
@@ -17,7 +14,6 @@ dependencies:
17
14
- " ~/docker"
18
15
- " ~/examples"
19
16
- " ~/.apt-cache"
20
- - " ~/bin"
21
17
22
18
pre :
23
19
# Let CircleCI cache the apt archive
@@ -27,7 +23,7 @@ dependencies:
27
23
- mkdir -p $WORKDIR && sudo setfacl -d -m group:ubuntu:rwx $WORKDIR && sudo setfacl -m group:ubuntu:rwx $WORKDIR
28
24
- mkdir -p $HOME/docker $HOME/examples $WORKDIR/tests $WORKDIR/logs $WORKDIR/crashfiles ${CIRCLE_TEST_REPORTS}/tests/
29
25
- 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
- - gunzip $HOME/docker/cache.tar.gz && docker load --input $HOME/docker/cache.tar || true :
26
+ - docker load --input $HOME/docker/cache.tar || true :
31
27
timeout : 6000
32
28
override :
33
29
# Get data
@@ -55,7 +51,7 @@ dependencies:
55
51
done && [ "$e" -eq "0" ]
56
52
:
57
53
timeout : 6000
58
- - 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 :
54
+ - docker save -o $HOME/docker/cache.tar nipype/base:latest :
59
55
timeout : 6000
60
56
61
57
test :
You can’t perform that action at this time.
0 commit comments