develop
Gong 2023-08-29 10:05:11 +08:00
parent 5de4242145
commit 12102bce15
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ steps: # 定义管道的执行步骤
# port: 22 # port: 22
command_timeout: 5m command_timeout: 5m
script: script:
- ls - cd /usr/local
- ls -a
# - name: start_container # - name: start_container