File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 name : docker build 1
1717 no_output_timeout : 60m
1818 command : |
19- docker build -t miykael/nipype_tutorial:$CIRCLE_BRANCH .
19+ docker build -t miykael/nipype_tutorial:$(sed 's|/|_|g' <<< $ CIRCLE_BRANCH) .
2020 - run :
2121 name : run tests 1
2222 no_output_timeout : 120m
2323 command : |
24- docker run -it --rm miykael/nipype_tutorial:$CIRCLE_BRANCH python /home/neuro/nipype_tutorial/test_notebooks.py 1
24+ docker run -it --rm miykael/nipype_tutorial:$(sed 's|/|_|g' <<< $ CIRCLE_BRANCH) python /home/neuro/nipype_tutorial/test_notebooks.py 1
2525 test_2 :
2626 docker :
2727 - image : docker:18.05.0-ce-git
@@ -33,12 +33,12 @@ jobs:
3333 name : docker build 2
3434 no_output_timeout : 60m
3535 command : |
36- docker build -t miykael/nipype_tutorial:$CIRCLE_BRANCH .
36+ docker build -t miykael/nipype_tutorial:$(sed 's|/|_|g' <<< $ CIRCLE_BRANCH) .
3737 - run :
3838 name : run tests 2
3939 no_output_timeout : 120m
4040 command : |
41- docker run -it --rm miykael/nipype_tutorial:$CIRCLE_BRANCH python /home/neuro/nipype_tutorial/test_notebooks.py 2
41+ docker run -it --rm miykael/nipype_tutorial:$(sed 's|/|_|g' <<< $ CIRCLE_BRANCH) python /home/neuro/nipype_tutorial/test_notebooks.py 2
4242 test_3 :
4343 docker :
4444 - image : docker:18.05.0-ce-git
@@ -50,12 +50,12 @@ jobs:
5050 name : docker build 3
5151 no_output_timeout : 60m
5252 command : |
53- docker build -t miykael/nipype_tutorial:$CIRCLE_BRANCH .
53+ docker build -t miykael/nipype_tutorial:$(sed 's|/|_|g' <<< $ CIRCLE_BRANCH) .
5454 - run :
5555 name : run tests 3
5656 no_output_timeout : 120m
5757 command : |
58- docker run -it --rm miykael/nipype_tutorial:$CIRCLE_BRANCH python /home/neuro/nipype_tutorial/test_notebooks.py 3
58+ docker run -it --rm miykael/nipype_tutorial:$(sed 's|/|_|g' <<< $ CIRCLE_BRANCH) python /home/neuro/nipype_tutorial/test_notebooks.py 3
5959
6060workflows :
6161 version : 2
You can’t perform that action at this time.
0 commit comments