Skip to content

Commit d48eb90

Browse files
authored
Merge pull request #25 from thewtex/testing-image-deploy
Testing image deploy
2 parents c14ef00 + dbedf68 commit d48eb90

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ test:
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

test/Docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN apt-get update && apt-get install -y \
2121
RUN mkdir -p /usr/src/ITKMinimalPathExtraction-build
2222
WORKDIR /usr/src
2323

24-
# 2015-10-13
25-
ENV ITK_GIT_TAG 3b9767eeb61ed1e20cd6018a40b5a91868dade04
24+
# release 2016-06-30
25+
ENV ITK_GIT_TAG 8565bd9b4bc4446b05554e11ccb27bda1d6db647
2626
RUN git clone git://itk.org/ITK.git && \
2727
cd ITK && \
2828
git checkout ${ITK_GIT_TAG} && \

0 commit comments

Comments
 (0)