Matrix : BUILD YOUR OWN IMAGES 5
This commit is contained in:
parent
60f26a1197
commit
b7e1d257fc
|
@ -1,5 +1,6 @@
|
|||
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 exists synapse-generate && 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
|
||||
|
|
Loading…
Reference in a new issue