From 60f26a1197c59afbaa827a393957b9d617cd5d5a Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 5 Mar 2022 00:24:59 +0100 Subject: [PATCH] Matrix : BUILD YOUR OWN IMAGES 4 --- 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 5684a42..5fb909d 100644 --- a/podman-matrix/.gitlab-ci.yml +++ b/podman-matrix/.gitlab-ci.yml @@ -1,5 +1,5 @@ before_script: - - podman pod exists podman-matrix && podman pod rm --force podman-matrix && podman container rm --force synapse-generate + - podman pod exists podman-matrix ; podman pod rm --force podman-matrix ; podman container rm --force synapse-generate - rm -f ~/.config/systemd/user/pod-podman-matrix.service && systemctl --user daemon-reload - podman volume exists matrixdotorg_synapse-data && podman volume rm matrixdotorg_synapse-data - podman volume exists matrixdotorg_synapse-pgsql && podman volume rm matrixdotorg_synapse-pgsql