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,12 +2,12 @@ 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