commit | adc75d24164076142815470773600082eea09f06 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Tue Jun 25 08:45:39 2024 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Jun 25 08:46:13 2024 -0400 |
tree | d5ea8f77c5fea8f9087778149ca1ea32771d9bdc | |
parent | aa2ae04bd6add6068bc5d8cc963213314bdb5207 [diff] |
Added "ensure-twice"
diff --git a/.zuul.yaml b/.zuul.yaml index 66b259d..379025a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml
@@ -16,6 +16,7 @@ - job: name: neutron-policy-server-build parent: build-python-release + pre-run: playbooks/release/pre.yaml vars: release_python: python3
diff --git a/playbooks/release/pre.yaml b/playbooks/release/pre.yaml new file mode 100644 index 0000000..c38442d --- /dev/null +++ b/playbooks/release/pre.yaml
@@ -0,0 +1,3 @@ +- hosts: all + roles: + - role: ensure-twine