File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Load the ansible-cloud action
2525 id : controller_job
26- uses :
ansible-cloud/[email protected] .25 26+ uses :
ansible-cloud/[email protected] .26 2727 with :
2828 controller_host : ${{ secrets.CONTROLLER_HOST }}
2929 controller_username : ${{ secrets.CONTROLLER_USERNAME }}
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ tee playbook.yml << EOF
123123 scm_branch: "{{ project_info[0].scm_branch }}"
124124 scm_refspec: "{{ scm_refspec }}"
125125 # credential: "{{ project_info[0].credential }}"
126- scm_clean: "{{ project_info[0].scm_clean }}"
126+ scm_clean: True
127127 scm_delete_on_update: "{{ project_info[0].scm_delete_on_update }}"
128128 scm_track_submodules: "{{ project_info[0].scm_track_submodules }}"
129129 scm_update_on_launch: "{{ project_info[0].scm_update_on_launch }}"
You can’t perform that action at this time.
0 commit comments