File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ container:
10
10
image : quay.io/redhat-appstudio/rhtap-task-runner:latest
11
11
options : --privileged
12
12
13
+ # Using 'rhtap' variable group by default
14
+ # Change accordingly when using a different variable group
15
+ # Can be deleted if the variables are set differently
16
+ # See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
17
+ variables :
18
+ - group : rhtap
19
+
13
20
steps :
14
21
- bash : |
15
22
echo "• gather-deploy-images"
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ container:
10
10
image : quay.io/redhat-appstudio/rhtap-task-runner:latest
11
11
options : --privileged
12
12
13
+ # Using 'rhtap' variable group by default
14
+ # Change accordingly when using a different variable group
15
+ # Can be deleted if the variables are set differently
16
+ # See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
17
+ variables :
18
+ - group : rhtap
19
+
13
20
steps :
14
21
- bash : |
15
22
echo "• init"
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ container:
11
11
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
12
12
options: --privileged
13
13
14
+ # Using 'rhtap' variable group by default
15
+ # Change accordingly when using a different variable group
16
+ # Can be deleted if the variables are set differently
17
+ # See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
18
+ variables:
19
+ - group: rhtap
20
+
14
21
steps:
15
22
{%- filter indent (2) -%}
16
23
{%- for step in gitops_steps %}
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ container:
11
11
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
12
12
options: --privileged
13
13
14
+ # Using 'rhtap' variable group by default
15
+ # Change accordingly when using a different variable group
16
+ # Can be deleted if the variables are set differently
17
+ # See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
18
+ variables:
19
+ - group: rhtap
20
+
14
21
steps:
15
22
{%- filter indent (2) -%}
16
23
{%- for step in build_steps %}
You can’t perform that action at this time.
0 commit comments