From e7dfe4dcc18b2e660cb346e1be1d90af04982ad0 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 10 Dec 2022 19:26:43 +0100 Subject: [PATCH] ntfy : maj CI --- podman-ntfy/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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