提交 a60617b3 作者: bax

gitlab-ci

上级 ffd409eb
流水线 #6800 已失败 于阶段
in 2 分 21 秒
...@@ -42,9 +42,8 @@ kustomize_set_image_dev: ...@@ -42,9 +42,8 @@ kustomize_set_image_dev:
stage: kustomize_tag_push stage: kustomize_tag_push
only: only:
- develop - develop
before_script: before_script:
- pwd - echo "dev"
- git config --global user.name "bax" #配置本地仓库用户名信息 - git config --global user.name "bax" #配置本地仓库用户名信息
- git config --global user.email "baoaxin1999@163.com" #配置本地仓库邮箱信息 - git config --global user.email "baoaxin1999@163.com" #配置本地仓库邮箱信息
script: script:
...@@ -64,7 +63,7 @@ kustomize_set_image_prod: ...@@ -64,7 +63,7 @@ kustomize_set_image_prod:
only: only:
- master - master
before_script: before_script:
- pwd - echo "master"
- git config --global user.name "bax" #配置本地仓库用户名信息 - git config --global user.name "bax" #配置本地仓库用户名信息
- git config --global user.email "baoaxin1999@163.com" #配置本地仓库邮箱信息 - git config --global user.email "baoaxin1999@163.com" #配置本地仓库邮箱信息
script: script:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论