【发布时间】:2020-05-21 03:50:00
【问题描述】:
这是我在 .gitlab-ci.yml 中的工作
deploy:
variables:
CI_DEBUG_TRACE: "true"
stage: deploy
image: registry.gitlab.com/gitlab-org/cloud-deploy aws-base:latest # see the note below
script:
- aws s3 ...
- aws create-deployment ...
only:
- master
部署过程失败 错误:准备失败:参考格式无效(docker.go:198:0s)
trace 变量对输出没有影响。
【问题讨论】:
标签: amazon-web-services gitlab-ci