From a9e915d21920e54a81d028c80689da4adfa8a337 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Wed, 28 Sep 2022 21:15:05 -0400 Subject: [PATCH] Removed condition for build-ui for testing --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3fc02be..a444b72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,12 +28,12 @@ steps: - npm install - npm run build - cp -R ./build /app/ui - when: - event: - - promote - target: - - staging - - production + # when: + # event: + # - promote + # target: + # - staging + # - production - name: windows-deploy