From 6c9dc56b6891aa1e25da919ef84a45ba9fee150a Mon Sep 17 00:00:00 2001 From: Aeddis Date: Thu, 26 Sep 2024 15:42:09 +0200 Subject: Return to base yaml --- .woodpecker/main.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '.woodpecker/main.yaml') diff --git a/.woodpecker/main.yaml b/.woodpecker/main.yaml index f1a595e..35a0114 100644 --- a/.woodpecker/main.yaml +++ b/.woodpecker/main.yaml @@ -1,14 +1,15 @@ --- when: - event: - - push - - pull_request - branch: - - main - - ci/fix_woodpecker + - event: push + branch: ci/fix_woodpecker steps: - name: build image: debian commands: - echo "This is the build step" - echo "binary-data-123" > executable + - name: a-test-step + image: golang:1.16 + commands: + - echo "Testing ..." + - ./executable -- cgit v1.2.3