File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,13 +50,14 @@ jobs:
5050 - name : Set up Python
5151 uses : actions/setup-python@v5
5252
53- - name : Download Ansible Collections
53+ - name : Download Ansible Collections and Control Binaries
5454 if : github.event_name != 'pull_request'
5555 run : |
5656 pip install ansible-core
5757 mkdir -p collections
5858 ansible-galaxy collection download --download-path ./collections --requirements-file ansible_collections.txt
5959 cat ansible_collections.sha256 | sha256sum -c
60+ ansible-playbook playbooks/01-prepare.yaml --tags download-control-binaries -e "workingDir=$PWD"
6061
6162 - name : Add version file
6263 run : |
7778 - name : Build tarball
7879 run : |
7980 tar --exclude='.git' --exclude='.gitignore' --exclude='.github' --exclude='scripts' \
80- --exclude='Makefile.ci' \
81+ --exclude='Makefile.ci' --exclude='dist' \
8182 -czvf /tmp/enclave.tar.gz .
8283 mv /tmp/enclave.tar.gz .
8384 ls -lh enclave.tar.gz
You can’t perform that action at this time.
0 commit comments