Skip to content

Commit e9ee5c9

Browse files
committed
Update entrypoint.sh
1 parent 0103103 commit e9ee5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ tee playbook.yml << EOF
7878
workflow_template_var: "$WORKFLOW_TEMPLATE"
7979
extra_vars: "$EXTRA_VARS"
8080
project_var: "$CONTROLLER_PROJECT"
81+
scm_branch: "$scm_branch"
8182
8283
- name: print out extra_vars
8384
debug:
@@ -97,7 +98,6 @@ tee playbook.yml << EOF
9798
project_info: "{{ query('awx.awx.controller_api', 'projects', verify_ssl=$CONTROLLER_VERIFY_SSL, query_params={ 'name': '$CONTROLLER_PROJECT' }) }}"
9899
template_info: "{{ query('awx.awx.controller_api', 'job_templates', verify_ssl=$CONTROLLER_VERIFY_SSL, query_params={ 'name': '$JOB_TEMPLATE' }) }}"
99100
scm_url: "$scm_url"
100-
scm_branch: "$scm_branch"
101101
scm_refspec: "refs/pull/*:refs/remotes/origin/pull/*"
102102
103103
- name: print out existing project settings to terminal

0 commit comments

Comments
 (0)