Skip to content

Commit

Permalink
Add dist folder reference to build and deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Aug 4, 2023
1 parent 876f92a commit a318e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a318e1c

Please sign in to comment.