From a747400425178697ce461be4901e11baf821f0a4 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 10 Dec 2022 19:23:37 +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 3378cf9..ef79897 100644 --- a/podman-ntfy/.gitlab-ci.yml +++ b/podman-ntfy/.gitlab-ci.yml @@ -3,13 +3,14 @@ before_script: - podman container exists 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 ntfy: stage: test script: - cd podman-ntfy - ./ci_build-images.sh - - GARBAYE_NTFY_ENV_LISTENPORT='18099' GARBAYE_NTFY_BASE_URL='http://notif.garbaye.fr' ./10_install.sh + - GARBAYE_NTFY_ENV_LISTENPORT='18099' GARBAYE_NTFY_BASE_URL='http://notif.garbaye.fr' ./05_freshinstall.sh - ./20_enable.sh - ./30_start.sh && sleep 10 - ./40_stop.sh