Skip to content

Commit

Permalink
Add dist folder reference to build and deploy script (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala authored Aug 4, 2023
1 parent f2edb10 commit 6c7d623
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 6c7d623

Please sign in to comment.