Update APD EE for use with AgnosticD (#198)

This commit is contained in:
Matthew Fernandez
2024-11-05 11:53:57 -05:00
committed by GitHub
parent c98732009c
commit d085007b55

View File

@@ -22,6 +22,9 @@ options:
additional_build_steps:
prepend_base:
# AgnosticD can use this to deterine it is running from an EE
# see https://github.com/redhat-cop/agnosticd/blob/development/ansible/install_galaxy_roles.yml
- ENV LAUNCHED_BY_RUNNER=1
- RUN $PYCMD -m pip install --upgrade pip setuptools
- COPY _build/rpms/openshift-clients*.rpm /tmp/openshift-clients.rpm
- RUN $PKGMGR -y update && $PKGMGR -y install bash-completion && $PKGMGR clean all