Migration matrix podman 4.1 - Fix 2/x
This commit is contained in:
parent
8ee4b601cf
commit
9c33630154
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue