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,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
|
||||||
|
|
Loading…
Reference in a new issue