Skip to content

Commit

Permalink
Fiwqx quay image name
Browse files Browse the repository at this point in the history
  • Loading branch information
catastrophe-brandon committed Jan 17, 2024
1 parent 1bcccc7 commit c8ee4dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set -ex

# source is preferred to | bash -s in this case to avoid a subshell
#source <(curl -sSL $COMMON_BUILDER/src/frontend-build.sh)
BUILD_RESULTS=$?
#BUILD_RESULTS=$?

## === Bonfire/Clowder/IQE stuff goes here ===

Expand All @@ -53,10 +53,10 @@ SHORT_SHA=$(git rev-parse --short HEAD)
IMAGE_TAG="pr-${ghprbPullId}-${SHORT_SHA}"
echo "Expecting image tag ${IMAGE_TAG}"

set -x
set -ex
# Deploy to an ephemeral namespace for testing
# We deploy rbac and override the image tag for insights-frontend-chrome
export IMAGE="quay.io/cloudservices/insights-frontend-chrome"
export IMAGE="quay.io/cloudservices/insights-chrome-frontend"
export GIT_COMMIT=master
export DEPLOY_FRONTENDS=true
source $CICD_ROOT/deploy_ephemeral_env.sh
Expand Down

0 comments on commit c8ee4dc

Please sign in to comment.