This commit is contained in:
parent
c82d16046b
commit
f65c274a2b
@ -27,10 +27,4 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|||||||
command_timeout: 20m # 远程执行命令超时时间
|
command_timeout: 20m # 远程执行命令超时时间
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ls /
|
- ssh root@47.118.40.3 "sh -c 'cd / && ls && cd /build_project && ls'"
|
||||||
- ssh root@47.118.40.3 <<'EOF'
|
|
||||||
cd /
|
|
||||||
ls
|
|
||||||
cd /build_project
|
|
||||||
ls
|
|
||||||
EOF
|
|
Loading…
Reference in New Issue
Block a user