This commit is contained in:
Gitouche 2022-11-05 19:55:06 +01:00
parent c24ce37b03
commit 45de9f17bb
6 changed files with 6 additions and 4 deletions

View File

@ -18,6 +18,7 @@ ${ABSDIR}/70_disable.sh
rm -f ${HOME}/.config/systemd/user/${service_name}
systemctl --user daemon-reload
podman pod rm ${pod_name}
podman network rm ${project_name}_default
for volume in ${nonpersistent_volumes}; do
podman volume rm ${volume}

View File

@ -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-framadate && podman pod rm --force podman-framadate
- podman pod exists pod_podman-framadate && podman pod rm --force pod_podman-framadate
- rm -f ~/.config/systemd/user/pod-podman-framadate.service && systemctl --user daemon-reload
- podman volume exists podman-framadate_framadate-db && podman volume rm podman-framadate_framadate-db

View File

@ -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-gitea && podman pod rm --force podman-gitea
- podman pod exists pod_podman-gitea && podman pod rm --force pod_podman-gitea
- rm -f ~/.config/systemd/user/pod-podman-gitea.service && systemctl --user daemon-reload
- podman volume exists podman-gitea_gitea-data && podman volume rm podman-gitea_gitea-data
- podman volume exists podman-gitea_gitea-pgsql && podman volume rm podman-gitea_gitea-pgsql

View File

@ -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-jitsi && podman pod rm --force podman-jitsi
- podman pod exists pod_podman-jitsi && podman pod rm --force pod_podman-jitsi
- rm -f ~/.config/systemd/user/pod-podman-jitsi.service && systemctl --user daemon-reload
- podman unshare rm -rf ~/.jitsi-meet-cfg

View File

@ -2,6 +2,7 @@
# sed -n 's/^ - \(.*\)$/\1/p' .gitlab-ci.yml | bash
before_script:
- podman pod exists pod_podman-matrix && podman pod rm --force pod_podman-matrix
- podman network exists podman-matrix_default && podman network rm --force podman-matrix_default
- 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

View File

@ -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-seafile && podman pod rm --force podman-seafile
- podman pod exists pod_podman-seafile && podman pod rm --force pod_podman-seafile
- rm -f ~/.config/systemd/user/pod-podman-seafile.service && systemctl --user daemon-reload
- podman volume exists podman-seafile_seafile-db && podman volume rm podman-seafile_seafile-db
- podman volume exists podman-seafile_seafile-data && podman volume rm podman-seafile_seafile-data