Copy in run-docs role as zuul-run-docs
Change-Id: Ic408618ba9d5e5b11c9fe5b614736f80fef1f75e Depends-On: I97c18936fc014283cdf5b57bece49bf92153ff13
This commit is contained in:
parent
bc6fbb1fa7
commit
e4cd286d56
@ -1,5 +1,4 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- revoke-sudo
|
||||
- role: run-docs
|
||||
- role: zuul-run-docs
|
||||
envlist: venv
|
||||
|
2
roles/zuul-run-docs/defaults/main.yaml
Normal file
2
roles/zuul-run-docs/defaults/main.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
envlist: venv
|
4
roles/zuul-run-docs/tasks/main.yaml
Normal file
4
roles/zuul-run-docs/tasks/main.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: Execute run-docs.sh.
|
||||
shell: "/usr/local/jenkins/slave_scripts/run-docs.sh {{ envlist }}"
|
||||
args:
|
||||
chdir: "{{ zuul_workspace_root }}/src/{{ zuul.project.canonical_name }}"
|
Loading…
Reference in New Issue
Block a user