From b8f9b7fe74cfc75f7c4ecb6f7659acbb10acd667 Mon Sep 17 00:00:00 2001 From: "zhipeng.hu" Date: Sat, 2 Sep 2023 18:26:20 +0800 Subject: [PATCH] drone --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 635162d..1c4d37f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,11 +18,3 @@ steps: when: target: [ "test","pre" ] - - name: prod-deploy - image: alpine:3.10 - when: - condition: ${DRONE_DEPLOY_ENABLED} - target: [ "test","pre" ] - environment: - ENVIRONMENT: "hi" -