mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Install awx collection from branch for operator ci
This commit is contained in:
committed by
Chris Meyers
parent
dfee5a1821
commit
51b1fa412d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -187,6 +187,8 @@ jobs:
|
||||
working-directory: awx-operator
|
||||
run: |
|
||||
python3 -m pip install -r molecule/requirements.txt
|
||||
python3 -m pip install PyYAML # for awx/tools/scripts/rewrite-awx-operator-requirements.py
|
||||
$(realpath ../awx/tools/scripts/rewrite-awx-operator-requirements.py) molecule/requirements.yml $(realpath ../awx)
|
||||
ansible-galaxy collection install -r molecule/requirements.yml
|
||||
sudo rm -f $(which kustomize)
|
||||
make kustomize
|
||||
|
||||
Reference in New Issue
Block a user