Skip to content

Commit 373c3b9

Browse files
committed
tst: some more checks
1 parent e881288 commit 373c3b9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

circle.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
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
52
environment:
63
OSF_NIPYPE_URL: "https://files.osf.io/v1/resources/nefdp/providers/osfstorage"
74
DATA_NIPYPE_TUTORIAL_URL: "${OSF_NIPYPE_URL}/57f4739cb83f6901ed94bf21"
@@ -17,7 +14,6 @@ dependencies:
1714
- "~/docker"
1815
- "~/examples"
1916
- "~/.apt-cache"
20-
- "~/bin"
2117

2218
pre:
2319
# Let CircleCI cache the apt archive
@@ -27,7 +23,7 @@ dependencies:
2723
- mkdir -p $WORKDIR && sudo setfacl -d -m group:ubuntu:rwx $WORKDIR && sudo setfacl -m group:ubuntu:rwx $WORKDIR
2824
- mkdir -p $HOME/docker $HOME/examples $WORKDIR/tests $WORKDIR/logs $WORKDIR/crashfiles ${CIRCLE_TEST_REPORTS}/tests/
2925
- 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 :
3127
timeout: 6000
3228
override:
3329
# Get data
@@ -55,7 +51,7 @@ dependencies:
5551
done && [ "$e" -eq "0" ]
5652
:
5753
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 :
5955
timeout: 6000
6056

6157
test:

0 commit comments

Comments
 (0)