2022-02-12 14:27:17 +00:00
|
|
|
before_script:
|
|
|
|
- podman pod exists podman-jitsi && podman pod rm --force podman-jitsi
|
|
|
|
- rm -f ~/.config/systemd/user/pod-podman-jitsi.service && systemctl --user daemon-reload
|
|
|
|
- podman unshare rm -rf ~/.jitsi-meet-cfg
|
|
|
|
|
|
|
|
jitsi:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- cd podman-jitsi
|
|
|
|
- GARBAYE_JITSI_ENV_LISTENPORT=18085 ./05_freshinstall.sh
|
|
|
|
- ./20_enable.sh
|
2022-02-12 14:54:04 +00:00
|
|
|
- ./30_start.sh && sleep 10
|
2022-02-12 14:27:17 +00:00
|
|
|
- ./40_stop.sh
|
2022-02-12 14:54:04 +00:00
|
|
|
- ./30_start.sh && sleep 10
|
2022-02-12 14:27:17 +00:00
|
|
|
- ./50_update.sh
|
|
|
|
- ./40_stop.sh
|
|
|
|
- ./70_disable.sh
|
|
|
|
- ./80_destroy.sh
|
|
|
|
- podman unshare rm -rf ~/.jitsi-meet-cfg
|