Skip to content

Commit

Permalink
backport #3146
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jun 14, 2022
1 parent 6d46a4b commit 3d47414
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ set -x
# so just add https...
ROUTE=$(build-deploy-tool identify primary-ingress)
if [ ! -z "${ROUTE}" ]; then
ROUTE=https://${ROUTE}
ROUTE=${ROUTE}
fi

# Load all routes with correct schema and comma separated
Expand Down Expand Up @@ -1520,4 +1520,4 @@ The following is output from \`build-deploy-tool validate docker-compose --docke
previousStepEnd=${currentStepEnd}
fi

set -x
set -x

0 comments on commit 3d47414

Please sign in to comment.