Loading templates/gitlab-ci-cf.yml +1 −1 Original line number Diff line number Diff line Loading @@ -647,7 +647,7 @@ stages: for route in $app_routes do route_hostname=$(echo "$route" | cut -d '.' -f1) route_domain=$(echo "$route" | cut -d '.' -f2-) route_domain=$(echo "$route" | cut -d '.' -f2- | cut -d '/' -f1) cf unmap-route "$app_name" "$route_domain" --hostname="$route_hostname" done } Loading Loading
templates/gitlab-ci-cf.yml +1 −1 Original line number Diff line number Diff line Loading @@ -647,7 +647,7 @@ stages: for route in $app_routes do route_hostname=$(echo "$route" | cut -d '.' -f1) route_domain=$(echo "$route" | cut -d '.' -f2-) route_domain=$(echo "$route" | cut -d '.' -f2- | cut -d '/' -f1) cf unmap-route "$app_name" "$route_domain" --hostname="$route_hostname" done } Loading