File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
git submodule update --init --recursive
14
14
popd
15
15
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
17
17
18
18
sudo pip3 install ninja
19
19
sudo apt-get install -y python3-venv
39
39
git submodule update --init --recursive
40
40
popd
41
41
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
43
43
44
44
sudo pip3 install ninja
45
45
57
57
vmImage : ' vs2017-win2016'
58
58
steps :
59
59
- 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
61
61
62
62
pip3 install ninja
63
63
You can’t perform that action at this time.
0 commit comments