templates: fix deprecated CI syntax
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
06c64c1a78
commit
4b5a19a8fa
|
@ -9,15 +9,15 @@ steps:
|
||||||
|
|
||||||
- name: notifiy
|
- name: notifiy
|
||||||
image: bash
|
image: bash
|
||||||
secrets:
|
environment:
|
||||||
- source: matrix_homeserver
|
ADDRESS:
|
||||||
target: address
|
from_secret: matrix_homeserver
|
||||||
- source: matrix_roomid
|
ROOM:
|
||||||
target: room
|
from_secret: matrix_roomid
|
||||||
- source: matrix_username
|
USER:
|
||||||
target: user
|
from_secret: matrix_username
|
||||||
- source: matrix_password
|
PASS:
|
||||||
target: pass
|
from_secret: matrix_password
|
||||||
commands:
|
commands:
|
||||||
- nix run '.#matrix-notifier'
|
- nix run '.#matrix-notifier'
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -14,15 +14,15 @@ steps:
|
||||||
|
|
||||||
- name: notifiy
|
- name: notifiy
|
||||||
image: bash
|
image: bash
|
||||||
secrets:
|
environment:
|
||||||
- source: matrix_homeserver
|
ADDRESS:
|
||||||
target: address
|
from_secret: matrix_homeserver
|
||||||
- source: matrix_roomid
|
ROOM:
|
||||||
target: room
|
from_secret: matrix_roomid
|
||||||
- source: matrix_username
|
USER:
|
||||||
target: user
|
from_secret: matrix_username
|
||||||
- source: matrix_password
|
PASS:
|
||||||
target: pass
|
from_secret: matrix_password
|
||||||
commands:
|
commands:
|
||||||
- nix run github:ambroisie/matrix-notifier
|
- nix run github:ambroisie/matrix-notifier
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -14,15 +14,15 @@ steps:
|
||||||
|
|
||||||
- name: notifiy
|
- name: notifiy
|
||||||
image: bash
|
image: bash
|
||||||
secrets:
|
environment:
|
||||||
- source: matrix_homeserver
|
ADDRESS:
|
||||||
target: address
|
from_secret: matrix_homeserver
|
||||||
- source: matrix_roomid
|
ROOM:
|
||||||
target: room
|
from_secret: matrix_roomid
|
||||||
- source: matrix_username
|
USER:
|
||||||
target: user
|
from_secret: matrix_username
|
||||||
- source: matrix_password
|
PASS:
|
||||||
target: pass
|
from_secret: matrix_password
|
||||||
commands:
|
commands:
|
||||||
- nix run github:ambroisie/matrix-notifier
|
- nix run github:ambroisie/matrix-notifier
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue