From b208dbcc9d06170cbdee0179e3450b7cf15b0031 Mon Sep 17 00:00:00 2001 From: polsevev Date: Sat, 3 Aug 2024 23:18:04 +0200 Subject: [PATCH] woodpecker test 2 --- .woodpecker/main.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index faae0f8..387c339 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -4,12 +4,9 @@ when: steps: - name: build - image: debian + image: node commands: - - echo "This is the build step" - - echo "binary-data-123" > executable - - name: a-test-step - image: golang:1.16 - commands: - - echo "Testing ..." - - ./executable \ No newline at end of file + - npm install + - npm run build + - apk add --no-cache rsync + \ No newline at end of file