diff --git a/podman-ntfy/.gitlab-ci.yml b/podman-ntfy/.gitlab-ci.yml index ef79897..4678795 100644 --- a/podman-ntfy/.gitlab-ci.yml +++ b/podman-ntfy/.gitlab-ci.yml @@ -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