提交 bef43e26 作者: bax

gitlab_ci update

上级 4b8c6eb3
流水线 #6643 已失败 于阶段
in 2 分 3 秒
...@@ -56,6 +56,7 @@ git_tag_push: ...@@ -56,6 +56,7 @@ git_tag_push:
- git config --global user.email "bax@example.com" #配置本地仓库邮箱信息 - git config --global user.email "bax@example.com" #配置本地仓库邮箱信息
- git remote set-url origin "$GITLAB_URL" - git remote set-url origin "$GITLAB_URL"
script: script:
- cat kustomization.yaml
- git add kustomization/overlays/dev/kustomization.yaml - git add kustomization/overlays/dev/kustomization.yaml
- git commit -am '[skip ci] DEV image update' #git 本地提交,注意“skip ci”为gitlab流水线文件内置关键字,作用为跳过ci流水线操作,未设置可能导致流水线进入死循环 - git commit -am '[skip ci] DEV image update' #git 本地提交,注意“skip ci”为gitlab流水线文件内置关键字,作用为跳过ci流水线操作,未设置可能导致流水线进入死循环
- git push origin master #重新提交修改镜像版本后的代码 - git push origin master #重新提交修改镜像版本后的代码
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论