Install awx collection from branch for operator ci

This commit is contained in:
Chris Meyers
2024-11-05 16:36:39 -05:00
committed by Chris Meyers
parent dfee5a1821
commit 51b1fa412d
2 changed files with 42 additions and 0 deletions

View File

@@ -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