Skip to content

Commit 8e117d4

Browse files
authored
Merge pull request #226 from lcarva/catch-up-sync
Catch up on changes tssc-sample-templates
2 parents 2fc631d + 59fc4f7 commit 8e117d4

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)