From f9f5811c1233f065acd01c84dfc6dbceb2c747f3 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 7 Mar 2023 23:27:13 +0100 Subject: [PATCH] fix ci --- .woodpecker.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d021633..c912407 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ pipeline: build: image: node:18-alpine commands: - - apk add git zip tar + - apk add git - npm install - npm install git+https://jusax.de/git/jusax23/gitea-release.git - mkdir build @@ -16,10 +16,7 @@ pipeline: publish: image: node:18-alpine commands: - - ls - - ls build - - ls build/bundle - - ls build/bin + - apk add git zip tar - mkdir outbag_server - mkdir outbag_server/dist - mkdir upload