aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker/main.yaml
diff options
context:
space:
mode:
authorAeddis <aeddis@deuxfleurs.fr>2024-09-26 15:42:09 +0200
committerAeddis <aeddis@deuxfleurs.fr>2024-09-26 15:42:09 +0200
commit6c9dc56b6891aa1e25da919ef84a45ba9fee150a (patch)
tree4125f70176faec6711fc0b58e4d06bf113bae0cc /.woodpecker/main.yaml
parentd6e5a66c1ea25dcae5ecd56c600d7107189380fb (diff)
downloadguide.deuxfleurs.fr-6c9dc56b6891aa1e25da919ef84a45ba9fee150a.tar.gz
guide.deuxfleurs.fr-6c9dc56b6891aa1e25da919ef84a45ba9fee150a.zip
Return to base yaml
Diffstat (limited to '.woodpecker/main.yaml')
-rw-r--r--.woodpecker/main.yaml13
1 files changed, 7 insertions, 6 deletions
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