Compare commits

...

2 commits

Author SHA1 Message Date
Bruno BELANYI 7036a24c72 ci: woodpecker: add exec pipeline
Some checks reported errors
ci/woodpecker/push/exec Pipeline failed
continuous-integration/drone/push Build encountered an error
ci/woodpecker/push/docker Pipeline was successful
2023-03-30 22:11:38 +01:00
Bruno BELANYI 7d0d6e9483 ci: woodpecker: add docker pipeline 2023-03-30 22:11:38 +01:00
2 changed files with 32 additions and 0 deletions

6
.woodpecker/docker.yml Normal file
View file

@ -0,0 +1,6 @@
labels:
type: docker
pipeline:
test:
image: hello-world

26
.woodpecker/exec.yml Normal file
View file

@ -0,0 +1,26 @@
labels:
type: exec
pipeline:
test:
image: bash
commands:
- "nix run 'nixpkgs#hello'"
notify:
image: bash
secrets:
- source: matrix_homeserver
target: address
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
commands:
- nix run 'github:ambroisie/matrix-notifier'
when:
status:
- failure
- success