From a318e1c443669794e826754e98f26b2badc15707 Mon Sep 17 00:00:00 2001 From: Karel Hala Date: Fri, 4 Aug 2023 15:40:13 +0200 Subject: [PATCH] Add dist folder reference to build and deploy script --- build_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_deploy.sh b/build_deploy.sh index 64526aada..531561f93 100755 --- a/build_deploy.sh +++ b/build_deploy.sh @@ -4,6 +4,7 @@ export COMPONENT="insights-chrome-frontend" export IMAGE="quay.io/cloudservices/$COMPONENT" export WORKSPACE=${WORKSPACE:-$APP_ROOT} # if running in jenkins, use the build's workspace export APP_ROOT=$(pwd) +export DIST_FOLDER=build export INCLUDE_CHROME_CONFIG="true" cat /etc/redhat-release COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master