'newtest'
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
XinWei 2024-10-30 10:21:43 +08:00
parent c82d16046b
commit f65c274a2b

View File

@ -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