ntfy : maj CI
This commit is contained in:
parent
a747400425
commit
e7dfe4dcc1
|
@ -1,7 +1,7 @@
|
|||
# Si besoin d'executer le before_script manuellement :
|
||||
# sed -n 's/^ - \(.*\)$/\1/p' .gitlab-ci.yml | bash
|
||||
before_script:
|
||||
- podman container exists podman-ntfy && podman container rm --force podman-ntfy
|
||||
- podman container rm --force podman-ntfy
|
||||
- rm -f ~/.config/systemd/user/container-podman-ntfy.service && systemctl --user daemon-reload
|
||||
- podman volume rm -f ntfy-data
|
||||
|
||||
|
@ -16,6 +16,7 @@ ntfy:
|
|||
- ./40_stop.sh
|
||||
- ./70_disable.sh
|
||||
- ./80_destroy.sh
|
||||
- podman volume rm -f ntfy-data
|
||||
tags:
|
||||
- garbaye
|
||||
- compute
|
||||
|
|
Loading…
Reference in a new issue