matrix/synapse CI : add note on how to run cleanup commands
This commit is contained in:
parent
68fdfeca13
commit
afd4862172
|
@ -1,3 +1,4 @@
|
||||||
|
# sed -n 's/^ - \(.*\)$/\1/p' .gitlab-ci.yml | bash
|
||||||
before_script:
|
before_script:
|
||||||
- podman pod exists podman-matrix && podman pod rm --force podman-matrix
|
- podman pod exists podman-matrix && podman pod rm --force podman-matrix
|
||||||
- podman container exists synapse-generate && podman container rm --force synapse-generate
|
- podman container exists synapse-generate && podman container rm --force synapse-generate
|
||||||
|
|
Loading…
Reference in a new issue