project-config/roles/copy-wheels/tasks/main.yaml

6 lines
188 B
YAML

- name: Copy the wheels to AFS
command: bash -x scripts/wheel-copy.sh {{ wheel_dir }} {{ afs_dir }}
- name: Rebuild mirror index
command: bash -x scripts/wheel-index.sh {{ afs_dir }}