From 456d5237fb757ad51f73a734625a0e0aa7b2d0fa Mon Sep 17 00:00:00 2001 From: gitgit Date: Tue, 2 Aug 2022 08:59:41 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20.devops/=E4=BB=93=E5=BA=93=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E4=BB=A3=E7=A0=81.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/仓库推送代码.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .devops/仓库推送代码.yml diff --git a/.devops/仓库推送代码.yml b/.devops/仓库推送代码.yml new file mode 100644 index 0000000..fedde0d --- /dev/null +++ b/.devops/仓库推送代码.yml @@ -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 +