ci: woodpecker: use explicit 'name' key
Some checks failed
ci/woodpecker/push/exec Pipeline failed
continuous-integration/drone/push Build is passing
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-04-01 12:32:19 +01:00
parent 242737bd0d
commit 31fab05428
2 changed files with 23 additions and 23 deletions

View file

@ -2,5 +2,5 @@ labels:
type: docker type: docker
pipeline: pipeline:
test: - name: test
image: hello-world image: hello-world

View file

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