From f09b8c893dbab0a157fa80aa278fec21f01c78d5 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 26 Apr 2023 00:06:01 +0200 Subject: [PATCH] Move build step into Dockerfile and remove from drone --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index b39a0c7..9234bfe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,12 @@ type: docker name: default steps: - - name: Build with node - image: node:19 - commands: - - yarn install - - yarn build - - name: Publish to docker + # - name: Build with node + # image: node:19 + # commands: + # - yarn install + # - yarn build + - name: Build and publish to docker image: plugins/docker settings: username: