|
|
|
@ -16,7 +16,7 @@ workflow:
|
|
|
|
|
name: 结束
|
|
|
|
|
task: end
|
|
|
|
|
needs:
|
|
|
|
|
- ssh_cmd_0
|
|
|
|
|
- git_push_0
|
|
|
|
|
- ref: docker_image_build_0
|
|
|
|
|
name: docker镜像构建
|
|
|
|
|
task: docker_image_build@1.6.0
|
|
|
|
@ -41,4 +41,17 @@ workflow:
|
|
|
|
|
ssh_cmd: '""'
|
|
|
|
|
needs:
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|