We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464ae60 commit 5557815Copy full SHA for 5557815
scripts/trigger-e2e.sh
@@ -8,7 +8,7 @@
8
# The reason is CMDB sometimes set develop LAGOON_ROUTE as a project-level variable.
9
PR_BRANCH_REGEX="pr-"
10
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
+ FE_URL=https://app.${LAGOON_GIT_SAFE_BRANCH}.ripple.sdp4.sdp.vic.gov.au
12
BRANCH=$LAGOON_PR_HEAD_BRANCH
13
# else
14
# TODO: No need to handle as we only trigger on release branch for now.
0 commit comments