From 0a143557313ea146879ce6672ff613167ebce4bc Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Tue, 29 Aug 2023 10:32:19 +0800 Subject: [PATCH] fix: YML --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4fbd1a7..900cf1a 100755 --- a/.drone.yml +++ b/.drone.yml @@ -46,9 +46,9 @@ steps: # 定义管道的执行步骤 # password: # from_secret: ssh_password # command_timeout: 5m - commands: - - cd /usr/local - - ls -a +# commands: +# - cd /usr/local +# - ls -a # - name: start_container