Skip to content

Commit 59fc4f7

Browse files
committed
Catch up on changes tssc-sample-templates
Some of the changes were applied directly to the tssc-sample-templates repo instead of being done here first. Signed-off-by: Luiz Carvalho <[email protected]>
1 parent 2fc631d commit 59fc4f7

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ container:
2020
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
2121
variables:
2222
- group: rhtap
23+
- name: CI_TYPE
24+
value: azure
2325

2426
steps:
2527
- bash: |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ container:
2020
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
2121
variables:
2222
- group: rhtap
23+
- name: CI_TYPE
24+
value: azure
2325

2426
steps:
2527
- bash: |

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ container:
2121
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
2222
variables:
2323
- group: rhtap
24+
- name: CI_TYPE
25+
value: azure
2426

2527
steps:
2628
{%- filter indent(2) -%}
2729
{%- for step in gitops_steps %}
2830
{% include "azure-step.njk" %}
2931
{%- endfor -%}
30-
{%- endfilter -%}
32+
{%- endfilter -%}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ container:
2121
# See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables
2222
variables:
2323
- group: rhtap
24+
- name: CI_TYPE
25+
value: azure
2426

2527
steps:
2628
{%- filter indent(2) -%}
2729
{%- for step in build_steps %}
2830
{% include "azure-step.njk" %}
2931
{%- endfor -%}
30-
{%- endfilter -%}
32+
{%- endfilter -%}

0 commit comments

Comments
 (0)