Skip to content

Commit 892c7c3

Browse files
committed
analyse 6
1 parent 8a3573f commit 892c7c3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.azure-pipelines/batch-generation.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@ stages:
190190

191191
steps:
192192
- checkout:
193-
repository: self
194193
fetchDepth: 1
195-
ref: refs/heads/$(GenerationBranch)
196194
# persistCredentials: true
197195
fetchTags: false
198196

@@ -208,8 +206,8 @@ stages:
208206
targetType: inline
209207
pwsh: true
210208
script: |
211-
# git fetch origin "${{ variables.GenerationBranch }}"
212-
# git checkout "${{ variables.GenerationBranch }}"
209+
git fetch origin "${{ variables.GenerationBranch }}"
210+
git checkout "${{ variables.GenerationBranch }}"
213211
214212
$buildModulesPath = Join-Path "$(Build.SourcesDirectory)" '.azure-pipelines' 'PipelineSteps' 'BatchGeneration' 'build-modules.ps1'
215213
& $buildModulesPath -MatrixKey "$(MatrixKey)" -RepoRoot "$(Build.SourcesDirectory)"

0 commit comments

Comments
 (0)