Loading templates/gitlab-ci-s3.yml +1 −0 Original line number Diff line number Diff line Loading @@ -553,6 +553,7 @@ stages: # finally persist environment url echo "$environment_url" > environment_url.txt echo -e "environment_type=$environment_type\\nenvironment_name=$bucket\\nenvironment_url=$environment_url" > s3.env chmod 644 environment_url.txt s3.env fi } Loading Loading
templates/gitlab-ci-s3.yml +1 −0 Original line number Diff line number Diff line Loading @@ -553,6 +553,7 @@ stages: # finally persist environment url echo "$environment_url" > environment_url.txt echo -e "environment_type=$environment_type\\nenvironment_name=$bucket\\nenvironment_url=$environment_url" > s3.env chmod 644 environment_url.txt s3.env fi } Loading