Merge "maintain-github-mirror: fix repository names"
This commit is contained in:
commit
2c24d267cd
@ -16,7 +16,7 @@
|
|||||||
virtualenv_command: "{{ ensure_pip_virtualenv_command }}"
|
virtualenv_command: "{{ ensure_pip_virtualenv_command }}"
|
||||||
|
|
||||||
- name: Run manager script
|
- name: Run manager script
|
||||||
command: "{{ ansible_user_dir }}/.venv/bin/python {{ ansible_user_dir }}/github_manager.py {{ conf }} {{ gov }}"
|
command: "{{ ansible_user_dir }}/.venv/bin/python {{ ansible_user_dir }}/github_manager.py {{ project_config }} {{ governance }}"
|
||||||
environment:
|
environment:
|
||||||
GITHUB_TOKEN: "{{ github_credentials.api_token }}"
|
GITHUB_TOKEN: "{{ github_credentials.api_token }}"
|
||||||
|
|
||||||
|
@ -804,8 +804,9 @@
|
|||||||
- name: github_credentials
|
- name: github_credentials
|
||||||
secret: openstack-github-mirroring
|
secret: openstack-github-mirroring
|
||||||
vars:
|
vars:
|
||||||
conf: "{{ zuul.projects['opendev.org/opendev/project_config'].src_dir }}"
|
project_config: "{{ zuul.projects['opendev.org/openstack/project-config'].src_dir }}"
|
||||||
gov: "{{ zuul.projects['opendev.org/opendev/governance'].src_dir }}"
|
governance: "{{ zuul.projects['opendev.org/openstack/governance'].src_dir }}"
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: propose-updates
|
name: propose-updates
|
||||||
|
Loading…
Reference in New Issue
Block a user