Skip to content

Commit bcbceaf

Browse files
committed
README: Fix reference to CircleCI config
[ci skip]
1 parent df8d5f2 commit bcbceaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ head of the branch. If you add new commits onto the branch, those will also auto
5757
be run through the CI process. The status of the CI process (passing, failing, or in progress) will
5858
be displayed directly in the PR page in GitHub.
5959

60-
The CircleCI build will run according to the [circle.yml file](circle.yml),
60+
The CircleCI build will run according to the [.circleci/config.yml](.circleci/config.yml) file,
6161
which is useful as an example for how to set up your own environment for testing.
6262

6363
Your test results will be posted on [SlicerExecutionModel's dashboard](http://slicer.cdash.org/index.php?project=SlicerExecutionModel).
@@ -71,7 +71,7 @@ With each PR, SlicerExecutionModel is built and tested against multiple version
7171
environment is made available in docker images:
7272

7373
* Each environment is described in a ``Dockerfile`` found in a ``Docker-ITK-vX.Y.Z`` subdirectory of [test](./test).
74-
* Testing using a given environment is enabled updating the [circle.yml](circle.yml) file.
74+
* Testing using a given environment is enabled updating the [.circleci/config.yml](.circleci/config.yml) file.
7575
* Before enabling an environment, associated docker image has to be (1) built locally running the `build.sh` script
7676
and (2) manually pushed to [dockerhub](https://hub.docker.com/r/slicer/slicerexecutionmodel/tags/).
7777

0 commit comments

Comments
 (0)