We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9904c commit e66b203Copy full SHA for e66b203
git_configuration.yaml
@@ -1,7 +1,7 @@
1
---
2
- name: Git Configuration as Code
3
hosts: |-
4
- {%- if lookup('env', 'CI_COMMIT_SHA') -%}
+ {%- if lookup('env', 'CI_PIPELINE_SOURCE') -%}
5
localhost
6
{%- else -%}
7
{%- if nfc_pb_host is defined -%}
0 commit comments