Add deploy_vars.env artifact to auto_deploy:deploy:cny
What does this MR do?
Add deploy_vars.env
artifact to auto_deploy:deploy:cny
build
auto_deploy:wait:cny
is currently failing because it's initialized
without a pipeline (see https://ops.gitlab.net/gitlab-org/release/tools/-/jobs/3526651 and gitlab-com/gl-infra/delivery#1578 (comment 543963893)). This commit adds deploy_vars.env
to
auto_deploy:deploy:cny
so auto_deploy:wait:cny
can use it.
Also add additional information to loggers
Related to gitlab-com/gl-infra/delivery#1578 (closed)