From 129931b2839a056914756c66236b507fb7a3ac94 Mon Sep 17 00:00:00 2001 From: lab Date: Sat, 11 Dec 2021 17:26:29 +0800 Subject: [PATCH] fix error step directive from script to commands --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f2e27b6..efe4ab1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,7 +63,7 @@ steps: image: alpine pull: if-not-exists settings: - script: + commands: - echo "deply to staging" - env when: @@ -77,7 +77,7 @@ steps: image: alpine pull: if-not-exists settings: - script: + commands: - echo "deply to production" - env when: