Set git push parameters in promote job
Change-Id: I827025613fcb1a40ad37847c2fd0e0598a0ccc46
This commit is contained in:
parent
5a2fcc56db
commit
6490997f65
@ -50,7 +50,7 @@
|
||||
failed_when: false
|
||||
|
||||
- name: "Push changes"
|
||||
ansible.builtin.command: "git push"
|
||||
ansible.builtin.command: "git push --set-upstream origin {{ branch_name }}"
|
||||
args:
|
||||
chdir: "{{ ansible_user_dir }}/openstack"
|
||||
when: "patch_applied.changed"
|
||||
|
Loading…
x
Reference in New Issue
Block a user