Skip to content

Commit e66b203

Browse files
committed
feat(git_configuration): check if running within gitlab ci
!105 nofusscomputing/projects/gitlab-ci!84 nofusscomputing/projects/ansible/execution_environment!259
1 parent db9904c commit e66b203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_configuration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Git Configuration as Code
33
hosts: |-
4-
{%- if lookup('env', 'CI_COMMIT_SHA') -%}
4+
{%- if lookup('env', 'CI_PIPELINE_SOURCE') -%}
55
localhost
66
{%- else -%}
77
{%- if nfc_pb_host is defined -%}

0 commit comments

Comments
 (0)