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