Skip to content

Commit d2a987c

Browse files
committed
Update entrypoint.sh
1 parent 8a9d45b commit d2a987c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

entrypoint.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ pull/1/head
3939
# scm_branch e.g. pull/1/head (for PR #1)
4040
# scm_refspec e.g. refs/pull/1/head:refs/remotes/origin/pull/1/head
4141

42+
scm_url="https://github.com/$GITHUB_REPOSITORY"
43+
echo "scm_url is $scm_url"
44+
4245
scm_branch="pull/$pull_request_event/head"
4346
echo "scm_branch is $scm_branch"
4447

4548
scm_refspec="refs/pull/$pull_request_event/head:refs/remotes/origin/pull/$pull_request_event/head"
49+
echo "scm_refspec is $scm_refspec"
4650

4751

4852

@@ -74,7 +78,6 @@ tee playbook.yml << EOF
7478
debug:
7579
msg:
7680
- "extra vars are {{ extra_vars }}"
77-
- "extra vars are {{ extra_vars }}"
7881
7982
- name: sync project update
8083
awx.awx.project_update:

0 commit comments

Comments
 (0)