Skip to content

Commit

Permalink
Update release tag pipeline parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bennerv committed Feb 7, 2022
1 parent 2f882f9 commit 9d244bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .pipelines/int-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ pr: none
trigger: none

parameters:
- name: rpImageAcr
type: string
default: arosvc
- name: aroImageTag

variables:
- group: INT CI Credentials
- group: INT E2E Non-Secret Values
- group: PROD-INT E2E Credentials
- name: rpImageAcr
value: arointsvc

stages:
- stage: Deploy_INT
Expand Down
8 changes: 3 additions & 5 deletions .pipelines/prod-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ pr: none
trigger: none

parameters:
- name: vsoConfigBuildID
- name: aroImageTag
- name: rpImageAcr
type: string
default: arosvc

variables:
- group: Prod CI Credentials
- group: Prod E2E Non-Secret Variables
- group: RedHat E2E Environement
- group: RedHat E2E Environement # This utilizes a variable group, don't update the spelling
- name: rpImageAcr
value: arosvc

stages:
- stage: Deploy_CanarySector
Expand Down

0 comments on commit 9d244bc

Please sign in to comment.