ci: woodpecker: use explicit 'name' key
This commit is contained in:
parent
242737bd0d
commit
31fab05428
|
@ -2,5 +2,5 @@ labels:
|
|||
type: docker
|
||||
|
||||
pipeline:
|
||||
test:
|
||||
- name: test
|
||||
image: hello-world
|
||||
|
|
|
@ -2,12 +2,12 @@ labels:
|
|||
type: exec
|
||||
|
||||
pipeline:
|
||||
test:
|
||||
- name: test
|
||||
image: bash
|
||||
commands:
|
||||
- nix run 'nixpkgs#hello'
|
||||
|
||||
notify:
|
||||
- name: notify
|
||||
image: bash
|
||||
secrets:
|
||||
- source: matrix_homeserver
|
||||
|
|
Loading…
Reference in a new issue