Skip to content

Commit 119bbc5

Browse files
committed
ENH: Use ISC dashboard branch for Azure Pipelines CTest script
1 parent fc74f02 commit 119bbc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Utilities/Testing/azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
git submodule update --init --recursive
1414
popd
1515
16-
git clone -b dashboard --single-branch https://github.com/thewtex/ITKExamples.git ITKExamples-dashboard
16+
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
1717
1818
sudo pip3 install ninja
1919
sudo apt-get install -y python3-venv
@@ -39,7 +39,7 @@ jobs:
3939
git submodule update --init --recursive
4040
popd
4141
42-
git clone -b dashboard --single-branch https://github.com/thewtex/ITKExamples.git ITKExamples-dashboard
42+
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
4343
4444
sudo pip3 install ninja
4545
@@ -57,7 +57,7 @@ jobs:
5757
vmImage: 'vs2017-win2016'
5858
steps:
5959
- script: |
60-
git clone -b dashboard --single-branch https://github.com/thewtex/ITKExamples.git ITKExamples-dashboard
60+
git clone -b dashboard --single-branch https://github.com/InsightSoftwareConsortium/ITKExamples.git ITKExamples-dashboard
6161
6262
pip3 install ninja
6363

0 commit comments

Comments
 (0)