File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1313 - mkdir ~/ITKMinimialPathExtraction-build
1414 - docker run -v ~/ITKMinimalPathExtraction:/usr/src/ITKMinimalPathExtraction -v ~/ITKMinimalPathExtraction-build:/usr/src/ITKMinimalPathExtraction-build insighttoolkit/minimalpathextraction-test /usr/src/ITKMinimalPathExtraction/test/Docker/test.sh
1515
16+ deployment :
17+ hub :
18+ branch : master
19+ commands :
20+ - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
21+ - docker push insighttoolkit/minimalpathextraction-test
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ RUN apt-get update && apt-get install -y \
2121RUN mkdir -p /usr/src/ITKMinimalPathExtraction-build
2222WORKDIR /usr/src
2323
24- # 2015-10-13
25- ENV ITK_GIT_TAG 3b9767eeb61ed1e20cd6018a40b5a91868dade04
24+ # release 2016-06-30
25+ ENV ITK_GIT_TAG 8565bd9b4bc4446b05554e11ccb27bda1d6db647
2626RUN git clone git://itk.org/ITK.git && \
2727 cd ITK && \
2828 git checkout ${ITK_GIT_TAG} && \
You can’t perform that action at this time.
0 commit comments