Skip to content

Commit 3c2fe2e

Browse files
Merge pull request #344 from dperaza4dustbit/rename_rhtap_to_tssc
Make changes to default Azure group vars
2 parents a697501 + fed5701 commit 3c2fe2e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

generated/gitops-template/azure/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ container:
1616
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
1717
options: --privileged
1818

19-
# Using 'rhtap' variable group by default
19+
# Using 'tssc' variable group by default
2020
# Change accordingly when using a different variable group
2121
# Can be deleted if the variables are set differently
2222
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
2323
variables:
24-
- group: rhtap
24+
- group: tssc
2525
- name: CI_TYPE
2626
value: azure
2727

generated/source-repo/azure/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ container:
1616
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
1717
options: --privileged
1818

19-
# Using 'rhtap' variable group by default
19+
# Using 'tssc' variable group by default
2020
# Change accordingly when using a different variable group
2121
# Can be deleted if the variables are set differently
2222
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
2323
variables:
24-
- group: rhtap
24+
- group: tssc
2525
- name: CI_TYPE
2626
value: azure
2727

templates/gitops-template/azure-pipelines.yml.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ container:
1717
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
1818
options: --privileged
1919

20-
# Using 'rhtap' variable group by default
20+
# Using 'tssc' variable group by default
2121
# Change accordingly when using a different variable group
2222
# Can be deleted if the variables are set differently
2323
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
2424
variables:
25-
- group: rhtap
25+
- group: tssc
2626
- name: CI_TYPE
2727
value: azure
2828

templates/source-repo/azure-pipelines.yml.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ container:
1717
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
1818
options: --privileged
1919

20-
# Using 'rhtap' variable group by default
20+
# Using 'tssc' variable group by default
2121
# Change accordingly when using a different variable group
2222
# Can be deleted if the variables are set differently
2323
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
2424
variables:
25-
- group: rhtap
25+
- group: tssc
2626
- name: CI_TYPE
2727
value: azure
2828

0 commit comments

Comments
 (0)