From 9c336301544b058b1d9f63f2dc271215e37e85f5 Mon Sep 17 00:00:00 2001 From: KsmoinO <99479-KsmoinO@users.noreply.framagit.org> Date: Sat, 5 Nov 2022 19:35:15 +0100 Subject: [PATCH] Migration matrix podman 4.1 - Fix 2/x --- podman-matrix/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-matrix/.gitlab-ci.yml b/podman-matrix/.gitlab-ci.yml index b744870..2ce2b32 100644 --- a/podman-matrix/.gitlab-ci.yml +++ b/podman-matrix/.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 pod exists podman-matrix && podman pod rm --force podman-matrix + - podman pod exists pod_podman-matrix && podman pod rm --force pod_podman-matrix - podman container exists synapse-generate && podman container rm --force synapse-generate - podman container exists buildkitd && podman container rm --force buildkitd - rm -f ~/.config/systemd/user/pod-podman-matrix.service && systemctl --user daemon-reload