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 @@ -54,7 +54,7 @@ _build_main_image_py36: &build_main_image_py36
54
54
--tag nipype/nipype:py36 \
55
55
--build-arg BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
56
56
--build-arg VCS_REF="$(git rev-parse --short HEAD)" \
57
- --build-arg VERSION="${CIRCLE_TAG}" /home/circleci/nipype \
57
+ --build-arg VERSION="${CIRCLE_TAG}" /home/circleci/nipype
58
58
59
59
_build_main_image_py27 : &build_main_image_py27
60
60
name : Build main image (py27)
@@ -68,7 +68,7 @@ _build_main_image_py27: &build_main_image_py27
68
68
--build-arg PYTHON_VERSION_MINOR=7 \
69
69
--build-arg BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
70
70
--build-arg VCS_REF="$(git rev-parse --short HEAD)" \
71
- --build-arg VERSION="${CIRCLE_TAG}-py27" /home/circleci/nipype \
71
+ --build-arg VERSION="${CIRCLE_TAG}-py27" /home/circleci/nipype
72
72
73
73
_download_test_data : &_download_test_data
74
74
name : Download test data
You can’t perform that action at this time.
0 commit comments