Skip to content

Commit e9785b5

Browse files
committed
Update entrypoint.sh
1 parent 797700d commit e9785b5

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
@@ -116,7 +116,7 @@ tee playbook.yml << EOF
116116
scm_url: "$scm_url"
117117
scm_branch: "$scm_branch"
118118
scm_refspec: "$scm_refspec"
119-
credential: "{{ project_info[0].credential }}"
119+
# credential: "{{ project_info[0].credential }}"
120120
scm_clean: "{{ project_info[0].scm_clean }}"
121121
scm_delete_on_update: "{{ project_info[0].scm_delete_on_update }}"
122122
scm_track_submodules: "{{ project_info[0].scm_track_submodules }}"

0 commit comments

Comments
 (0)