mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 05:43:11 +00:00
Compare commits
1 Commits
test-pytho
...
fix-helm-r
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e11edb3fcc |
@@ -93,6 +93,13 @@
|
|||||||
args:
|
args:
|
||||||
chdir: "{{ playbook_dir }}/.."
|
chdir: "{{ playbook_dir }}/.."
|
||||||
|
|
||||||
|
- name: Set url base swap in gitconfig
|
||||||
|
command:
|
||||||
|
cmd: "git config --global url.https://{{ gh_user }}:{{ gh_token }}@github.com/.insteadOf https://github.com/"
|
||||||
|
args:
|
||||||
|
chdir: "{{ temp_dir.path }}/"
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: Stage and Push commit to gh-pages branch
|
- name: Stage and Push commit to gh-pages branch
|
||||||
command:
|
command:
|
||||||
cmd: "{{ item }}"
|
cmd: "{{ item }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user