Skip to content

Commit

Permalink
Update APD EE for use with AgnosticD (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon authored Nov 5, 2024
1 parent c987320 commit d085007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions execution_environments/apd-ee-25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d085007

Please sign in to comment.