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
5454 --tag nipype/nipype:py36 \
5555 --build-arg BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
5656 --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
5858
5959_build_main_image_py27 : &build_main_image_py27
6060 name : Build main image (py27)
@@ -68,7 +68,7 @@ _build_main_image_py27: &build_main_image_py27
6868 --build-arg PYTHON_VERSION_MINOR=7 \
6969 --build-arg BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
7070 --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
7272
7373_download_test_data : &_download_test_data
7474 name : Download test data
You can’t perform that action at this time.
0 commit comments