File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- docker run --rm=false -t -v $WORKDIR :/work -v $HOME /examples:/data/examples:ro -w /work -e CI_SKIP_TEST=1 -e NIPYPE_RESOURCE_MONITOR=1 -e FSL_COURSE_DATA= " /data/examples/nipype-fsl_course_data " " ${DOCKER_IMAGE} :py27" /usr/bin/run_pytests.sh
3
+ docker run --rm=false -t -v $WORKDIR :/work -v $HOME /examples:/data/examples:ro -w /work -e CI_SKIP_TEST=1 -e NIPYPE_RESOURCE_MONITOR=1 " ${DOCKER_IMAGE} :py27" /usr/bin/run_pytests.sh
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- docker run --rm=false -t -v $WORKDIR :/work -v $HOME /examples:/data/examples:ro -w /work -e CI_SKIP_TEST=1 -e NIPYPE_RESOURCE_MONITOR=1 -e FSL_COURSE_DATA= " /data/examples/nipype-fsl_course_data " " ${DOCKER_IMAGE} :py36" /usr/bin/run_pytests.sh
3
+ docker run --rm=false -t -v $WORKDIR :/work -v $HOME /examples:/data/examples:ro -w /work -e CI_SKIP_TEST=1 -e NIPYPE_RESOURCE_MONITOR=1 " ${DOCKER_IMAGE} :py36" /usr/bin/run_pytests.sh
You can’t perform that action at this time.
0 commit comments