14616db9c5
Currently, our secrets are not included in the build-wheel-mirror-base, so this means we cannot access the afs secret to copy files into /afs/.openstack.org. Move this into pre distro jobs where the secret lives. Again, once we have protected final jobs, we can clean this up a bit. Change-Id: I8e8b92af771bc84a3930a8f98c96c8216388d1cf Signed-off-by: Paul Belanger <pabelanger@redhat.com>
11 lines
164 B
YAML
11 lines
164 B
YAML
- hosts: all
|
|
strategy: free
|
|
|
|
pre_tasks:
|
|
- name: Set fact for wheel dir
|
|
set_fact:
|
|
wheel_dir: /opt/wheel/workspace
|
|
|
|
roles:
|
|
- build-wheels
|