We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc0e671 + 9eb346d commit b0d1d9dCopy full SHA for b0d1d9d
{{cookiecutter.project_name}}/test/azure-pipelines.yml
@@ -58,7 +58,9 @@ jobs:
58
displayName: 'Install build dependencies'
59
60
- script: |
61
- git clone --depth 5 --branch $(ITKGitTag) https://github.com/InsightSoftwareConsortium/ITK.git
+ git clone https://github.com/InsightSoftwareConsortium/ITK.git
62
+ cd ITK
63
+ git checkout $(ITKGitTag)
64
workingDirectory: $(Agent.BuildDirectory)
65
displayName: 'Download ITK'
66
0 commit comments