Bruno BELANYI
48dad0c962
All checks were successful
ci/woodpecker/push/check Pipeline was successful
32 lines
457 B
YAML
32 lines
457 B
YAML
labels:
|
|
type: exec
|
|
|
|
steps:
|
|
- name: flake check
|
|
image: bash
|
|
commands:
|
|
- nix flake check
|
|
|
|
- name: package check
|
|
image: bash
|
|
commands:
|
|
- nix build
|
|
|
|
- name: notifiy
|
|
image: bash
|
|
secrets:
|
|
- source: matrix_password
|
|
target: pass
|
|
- source: matrix_homeserver
|
|
target: address
|
|
- source: matrix_roomid
|
|
target: room
|
|
- source: matrix_username
|
|
target: user
|
|
commands:
|
|
- nix run .
|
|
when:
|
|
status:
|
|
- failure
|
|
- success
|