Loading {{cookiecutter.project_slug}}/templates/gitlab-ci-{{cookiecutter.project_slug}}.yml +1 −0 Original line number Diff line number Diff line Loading @@ -662,6 +662,7 @@ stages: echo "$environment_url" > environment_url.txt fi echo -e "environment_type=$environment_type\\nenvironment_name=$environment_name\\nenvironment_url=$environment_url" >> {{ cookiecutter.project_slug }}.env chmod 644 environment_url.txt {{ cookiecutter.project_slug }}.env } # environment cleanup function Loading Loading
{{cookiecutter.project_slug}}/templates/gitlab-ci-{{cookiecutter.project_slug}}.yml +1 −0 Original line number Diff line number Diff line Loading @@ -662,6 +662,7 @@ stages: echo "$environment_url" > environment_url.txt fi echo -e "environment_type=$environment_type\\nenvironment_name=$environment_name\\nenvironment_url=$environment_url" >> {{ cookiecutter.project_slug }}.env chmod 644 environment_url.txt {{ cookiecutter.project_slug }}.env } # environment cleanup function Loading