提交 acf67ccf 作者: bax

gitlab_ci update

上级 a6bd6252
流水线 #6674 已失败 于阶段
in 1 秒
......@@ -55,14 +55,13 @@ kustomize_set_image:
- cat kustomization.yaml
# - git add kustomization.yaml
- git commit -am '[skip ci] DEV image update22222' #git 本地提交,注意“skip ci”为gitlab流水线文件内置关键字,作用为跳过ci流水线操作,未设置可能导致流水线进入死循环
- git log
- git push --set-upstream origin master #重新提交修改镜像版本后的代码
git_tag_push:
stage: kustomize_tag_push
script:
- git remote -v
- git remote set-url origin "$GITLAB_URL"
- git log
- git push --set-upstream origin master #重新提交修改镜像版本后的代码
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论