Loading templates/gitlab-ci-k8s.yml +2 −0 Original line number Diff line number Diff line Loading @@ -732,6 +732,8 @@ stages: echo "${prefix}environment_type=${environment_type}" echo "${prefix}environment_name=${environment_name}" echo "${prefix}environment_url=${environment_url}" # '$environment_url' is required by GitLab (dynamic env URL) if [[ "$environment_namespace" ]]; then echo "environment_url=${environment_url}"; fi } >> "$dotenvfile" chmod 644 environment_url.txt "$dotenvfile" Loading Loading
templates/gitlab-ci-k8s.yml +2 −0 Original line number Diff line number Diff line Loading @@ -732,6 +732,8 @@ stages: echo "${prefix}environment_type=${environment_type}" echo "${prefix}environment_name=${environment_name}" echo "${prefix}environment_url=${environment_url}" # '$environment_url' is required by GitLab (dynamic env URL) if [[ "$environment_namespace" ]]; then echo "environment_url=${environment_url}"; fi } >> "$dotenvfile" chmod 644 environment_url.txt "$dotenvfile" Loading