matrix/synapse CI : add note on how to run cleanup commands

This commit is contained in:
Gitouche 2022-05-25 22:00:36 +02:00
parent 68fdfeca13
commit afd4862172
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# sed -n 's/^ - \(.*\)$/\1/p' .gitlab-ci.yml | bash
before_script:
- podman pod exists podman-matrix && podman pod rm --force podman-matrix
- podman container exists synapse-generate && podman container rm --force synapse-generate