project-config/playbooks/wheel/build.yaml
Paul Belanger 14616db9c5
Move copy-wheels roles to post-run
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>
2017-11-15 23:14:03 -05:00

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