Skip to content

Commit

Permalink
revert back to nonprod template while we wait for permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 26, 2024
1 parent a172bf7 commit d4f409d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parameters:

variables:
- name: tags
value: "production"
value: "nonproduction"
readonly: true
- name: pythonVersion
value: 3.10
Expand All @@ -42,13 +42,13 @@ pr: none

resources:
repositories:
- repository: OfficePipelineTemplates
- repository: CustomPipelineTemplates
type: git
name: 1ESPipelineTemplates/OfficePipelineTemplates
ref: refs/tags/release

extends:
template: v1/Office.Official.PipelineTemplate.yml@OfficePipelineTemplates
template: v1/Office.Unofficial.PipelineTemplate.yml@CustomPipelineTemplates
parameters:
pool:
name: Azure-Pipelines-1ESPT-ExDShared
Expand Down

0 comments on commit d4f409d

Please sign in to comment.