Skip to content

Commit a992c8b

Browse files
authored
Quick fix for retain runs (Azure#18001)
Urgently need to fix this to unblock pipelines.
1 parent c57ebb4 commit a992c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ stages:
5656
ReleaseSha: $(Build.SourceVersion)
5757
RepoId: Azure/azure-sdk-for-python
5858
WorkingDirectory: $(System.DefaultWorkingDirectory)
59-
- template: eng/common/pipelines/templates/steps/retain-run.yml
59+
- template: /eng/common/pipelines/templates/steps/retain-run.yml
6060

6161
- ${{if ne(artifact.skipPublishPackage, 'true')}}:
6262
- deployment: PublishPackage

0 commit comments

Comments
 (0)