From d085007b556af105b6de2dd990f663a24b77d596 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 5 Nov 2024 11:53:57 -0500 Subject: [PATCH] Update APD EE for use with AgnosticD (#198) --- execution_environments/apd-ee-25.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/execution_environments/apd-ee-25.yml b/execution_environments/apd-ee-25.yml index 2e946d70..d0668bbf 100644 --- a/execution_environments/apd-ee-25.yml +++ b/execution_environments/apd-ee-25.yml @@ -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