feat: .devops/仓库推送代码.yml

This commit is contained in:
gitgit 2022-08-02 08:59:41 +00:00 committed by jianmu
parent 779db6f720
commit 456d5237fb
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
name: 仓库推送代码
description: ""
global:
concurrent: false
workflow:
- ref: start
name: 开始
task: start
- ref: git_push_0
name: git push
task: git_push@1.0.6
input:
username: ((testgitea.user))
password: ((testgitea.pwd))
remote_url: '"https://testgitea2.trustie.net/gitgit/testdevops.git"'
remote_branch: '"master"'
source_path: '""'
target_dir: '""'
commit_message: '"jianmu default commit message"'
committer_name: '"jianmu"'
committer_email: '"jianmu@example.com"'
needs:
- start
- ref: end
name: 结束
task: end
needs:
- git_push_0