Skip to content

Commit

Permalink
Turn off debug, turn on error trapping
Browse files Browse the repository at this point in the history
  • Loading branch information
catastrophe-brandon committed Jan 23, 2024
1 parent 06d3dc4 commit fee756c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-fronten
# Build and Publish to Quay
# ---------------------------

set -x
set -e

docker run -t \
-v $PWD:/e2e:ro,Z \
Expand Down Expand Up @@ -51,7 +51,7 @@ SHORT_SHA=$(git rev-parse --short HEAD)
IMAGE_TAG="pr-${ghprbPullId}-${SHORT_SHA}"
echo "Expecting image tag ${IMAGE_TAG}"

set -x
set -e
# 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-chrome-frontend"
Expand Down

0 comments on commit fee756c

Please sign in to comment.