ci: woodpecker: use explicit 'name' key
This commit is contained in:
parent
242737bd0d
commit
31fab05428
|
@ -2,5 +2,5 @@ labels:
|
||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
- name: test
|
||||||
image: hello-world
|
image: hello-world
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue