refactor: .devops/发布更新.yml
This commit is contained in:
parent
bb7a588914
commit
cff83d6414
|
@ -16,7 +16,7 @@ workflow:
|
||||||
name: 结束
|
name: 结束
|
||||||
task: end
|
task: end
|
||||||
needs:
|
needs:
|
||||||
- ssh_cmd_0
|
- git_push_0
|
||||||
- ref: docker_image_build_0
|
- ref: docker_image_build_0
|
||||||
name: docker镜像构建
|
name: docker镜像构建
|
||||||
task: docker_image_build@1.6.0
|
task: docker_image_build@1.6.0
|
||||||
|
@ -41,4 +41,17 @@ workflow:
|
||||||
ssh_cmd: '""'
|
ssh_cmd: '""'
|
||||||
needs:
|
needs:
|
||||||
- docker_image_build_0
|
- docker_image_build_0
|
||||||
|
- ref: git_push_0
|
||||||
|
name: git_push
|
||||||
|
task: sailstar/git_push@1.0.6
|
||||||
|
input:
|
||||||
|
remote_url: '""'
|
||||||
|
remote_branch: '"master"'
|
||||||
|
source_path: '""'
|
||||||
|
target_dir: '""'
|
||||||
|
commit_message: '"jianmu default commit message"'
|
||||||
|
committer_name: '"jianmu"'
|
||||||
|
committer_email: '"jianmu@example.com"'
|
||||||
|
needs:
|
||||||
|
- ssh_cmd_0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue