From bd8328ef21f3094c441ad3d5d753499a0005b477 Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Mon, 28 Aug 2023 17:26:57 +0800 Subject: [PATCH] fix: YML --- .drone.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 111fad5..5b68dc3 100755 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,8 @@ type: docker # 当前管道的类型 name: test # 当前管道的名称 # ****************** 直接丢掉 默认会直接拉代码 ****************** -#clone: -# disable: true #禁用默认克隆 +clone: + disable: true #禁用默认克隆 steps: # 定义管道的执行步骤 # - name: clone-test @@ -45,10 +45,13 @@ steps: # 定义管道的执行步骤 from_secret: docker_password commands: - docker pull gong921123/hyperf:latest + - name: start_container image: docker commands: + - ls -a - docker-compose up -d + - name: run_hyperf image: docker commands: