Skip to content

Commit e5cef6d

Browse files
committed
WIP: DO NOT MERGE, testing CI
1 parent 5729a74 commit e5cef6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
itk-v4.8.0_use_system_libraries-off:
77
<<: *build-settings
88
docker:
9-
- image: slicer/slicerexecutionmodel:${CIRCLE_JOB}
9+
- image: hjmjohnson/slicerexecutionmodel:${CIRCLE_JOB}
1010
steps:
1111
- checkout
1212
- run:
@@ -16,7 +16,7 @@ jobs:
1616
itk-v4.10.1_use_system_libraries-off:
1717
<<: *build-settings
1818
docker:
19-
- image: slicer/slicerexecutionmodel:${CIRCLE_JOB}
19+
- image: hjmjohnson/slicerexecutionmodel:${CIRCLE_JOB}
2020
steps:
2121
- checkout
2222
- run:
@@ -28,7 +28,7 @@ jobs:
2828
itk-v4.13.0_use_system_libraries-off:
2929
<<: *build-settings
3030
docker:
31-
- image: slicer/slicerexecutionmodel:${CIRCLE_JOB}
31+
- image: hjmjohnson/slicerexecutionmodel:${CIRCLE_JOB}
3232
steps:
3333
- checkout
3434
- run:
@@ -41,7 +41,7 @@ jobs:
4141
itk-master_use_system_libraries-off:
4242
<<: *build-settings
4343
docker:
44-
- image: slicer/slicerexecutionmodel:${CIRCLE_JOB}
44+
- image: hjmjohnson/slicerexecutionmodel:${CIRCLE_JOB}
4545
steps:
4646
- checkout
4747
- run:

test/Docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DOCKER = docker
77

88
# DockerHub organization and repository to pull/push the images from/to
9-
ORG = slicer
9+
ORG = hjmjohnson
1010
REPO = slicerexecutionmodel
1111

1212
DIRECTORIES = \

0 commit comments

Comments
 (0)