Skip to content

Commit 5557815

Browse files
[1.32.2] Updated e2e script.
1 parent 464ae60 commit 5557815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/trigger-e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The reason is CMDB sometimes set develop LAGOON_ROUTE as a project-level variable.
99
PR_BRANCH_REGEX="pr-"
1010
if [[ $(expr match "$LAGOON_GIT_SAFE_BRANCH" $PR_BRANCH_REGEX) != 0 ]]; then
11-
FE_URL=https://app.${LAGOON_GIT_SAFE_BRANCH}.ripple.sdp2.sdp.vic.gov.au
11+
FE_URL=https://app.${LAGOON_GIT_SAFE_BRANCH}.ripple.sdp4.sdp.vic.gov.au
1212
BRANCH=$LAGOON_PR_HEAD_BRANCH
1313
# else
1414
# TODO: No need to handle as we only trigger on release branch for now.

0 commit comments

Comments
 (0)