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