From ca89b84ee5be865e9a02904f5ea022bde0121431 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Mon, 7 Nov 2022 20:10:09 +0100 Subject: [PATCH] teset2 --- .woodpecker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3e0cb85..c92ec76 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,5 @@ # .woodpecker.yml +platform: [ linux/*, windows/amd64 ] pipeline: build: @@ -7,7 +8,4 @@ pipeline: - npm ci - mkdir build - npm run build - - ls build - when: - branch: master - platform: [ linux/*, windows/amd64 ] \ No newline at end of file + - ls build \ No newline at end of file