更改:testgitea更新流水线文件
This commit is contained in:
parent
552ea3e101
commit
3e2d43ab77
|
@ -16,25 +16,62 @@ workflow:
|
||||||
- ref: start
|
- ref: start
|
||||||
name: 开始
|
name: 开始
|
||||||
task: start
|
task: start
|
||||||
- ref: ssh_cmd_0
|
- ref: git_clone_0
|
||||||
name: ssh执行命令
|
name: git clone
|
||||||
task: ssh_cmd@1.1.0
|
on-failure: ignore
|
||||||
|
task: git_clone@1.2.6
|
||||||
input:
|
input:
|
||||||
ssh_private_key: ((ssh.siyao))
|
remote_url: '"https://gitlink.org.cn/Gitlink/gitea_hat.git"'
|
||||||
ssh_ip: '"123.59.135.93"'
|
ref: '"refs/heads/develop"'
|
||||||
ssh_port: '"51123"'
|
commit_id: '""'
|
||||||
ssh_user: '"pdl"'
|
depth: 1
|
||||||
ssh_cmd: '"ssh root@10.9.69.134 -p30122 \"
|
|
||||||
cd /root
|
|
||||||
&&
|
|
||||||
sh ./update.sh
|
|
||||||
&&
|
|
||||||
echo done \""'
|
|
||||||
needs:
|
needs:
|
||||||
- start
|
- start
|
||||||
|
- ref: golang_build_node_0
|
||||||
|
name: golang_build_node
|
||||||
|
on-failure: ignore
|
||||||
|
task: yystopf/golang_build_node@0.0.2
|
||||||
|
input:
|
||||||
|
workspace: git_clone_0.git_path
|
||||||
|
out_bin_name: '"gitea"'
|
||||||
|
goos: '"linux"'
|
||||||
|
goarch: '"amd64"'
|
||||||
|
needs:
|
||||||
|
- git_clone_0
|
||||||
|
- ref: gitlink_scp_resource_0
|
||||||
|
name: scp复制文件(支持跳板机)
|
||||||
|
on-failure: ignore
|
||||||
|
task: yystopf/gitlink_scp_resource@0.0.7
|
||||||
|
input:
|
||||||
|
ssh_private_key: ((ssh.siyao))
|
||||||
|
remote_host: '"10.9.69.134"'
|
||||||
|
remote_port: '"30122"'
|
||||||
|
remote_user: '"root"'
|
||||||
|
remote_file: '"/root/gitea"'
|
||||||
|
local_file: golang_build_node_0.bin_dir
|
||||||
|
gateway_host: '"123.59.135.93"'
|
||||||
|
gateway_port: '"51123"'
|
||||||
|
gateway_user: '"pdl"'
|
||||||
|
temp_file: '"/home/pdl/gitea"'
|
||||||
|
needs:
|
||||||
|
- golang_build_node_0
|
||||||
|
- ref: gitlink_ssh_cmd_0
|
||||||
|
name: ssh执行命令(支持跳板机)
|
||||||
|
task: yystopf/gitlink_ssh_cmd@0.0.6
|
||||||
|
input:
|
||||||
|
ssh_private_key: ((ssh.siyao))
|
||||||
|
remote_host: '"10.9.69.134"'
|
||||||
|
remote_port: '"22"'
|
||||||
|
remote_user: '"root"'
|
||||||
|
gateway_host: '"123.59.135.93"'
|
||||||
|
gateway_port: '"51123"'
|
||||||
|
gateway_user: '"pdl"'
|
||||||
|
ssh_cmd: '"sh update.sh"'
|
||||||
|
needs:
|
||||||
|
- gitlink_scp_resource_0
|
||||||
- ref: end
|
- ref: end
|
||||||
name: 结束
|
name: 结束
|
||||||
task: end
|
task: end
|
||||||
needs:
|
needs:
|
||||||
- ssh_cmd_0
|
- gitlink_ssh_cmd_0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue