Skip to content

Commit b1ed84f

Browse files
committed
update docker version in circle
1 parent 3713277 commit b1ed84f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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
25
environment:
36
OSF_NIPYPE_URL: "https://files.osf.io/v1/resources/nefdp/providers/osfstorage"
47
DATA_NIPYPE_TUTORIAL_URL: "${OSF_NIPYPE_URL}/57f4739cb83f6901ed94bf21"
58
DATA_NIPYPE_FSL_COURSE: "${OSF_NIPYPE_URL}/57f472cf9ad5a101f977ecfe"
69
DATA_NIPYPE_FSL_FEEDS: "${OSF_NIPYPE_URL}/57f473066c613b01f113e7af"
7-
810
services:
911
- docker
1012

0 commit comments

Comments
 (0)