From ecffc7fdd4fd91671cbcc749345bc3c77db6dae4 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 5 Nov 2024 09:37:54 -0700 Subject: [PATCH] Update APD EE for use with AgnosticD --- 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