Loading templates/gitlab-ci-k8s.yml +1 −0 Original line number Diff line number Diff line Loading @@ -716,6 +716,7 @@ stages: echo "$environment_url" > environment_url.txt fi echo -e "environment_type=$environment_type\\nenvironment_name=$environment_name\\nenvironment_url=$environment_url" >> kubernetes.env chmod 644 environment_url.txt kubernetes.env # maybe execute readiness check script readycheck="$K8S_SCRIPTS_DIR/k8s-readiness-check.sh" Loading Loading
templates/gitlab-ci-k8s.yml +1 −0 Original line number Diff line number Diff line Loading @@ -716,6 +716,7 @@ stages: echo "$environment_url" > environment_url.txt fi echo -e "environment_type=$environment_type\\nenvironment_name=$environment_name\\nenvironment_url=$environment_url" >> kubernetes.env chmod 644 environment_url.txt kubernetes.env # maybe execute readiness check script readycheck="$K8S_SCRIPTS_DIR/k8s-readiness-check.sh" Loading