services-garbaye/podman-peerjs/.gitlab-ci.yml

22 lines
574 B
YAML
Raw Normal View History

# Si besoin d'executer le before_script manuellement :
# sed -n 's/^ - \(.*\)$/\1/p' .gitlab-ci.yml | bash
before_script:
2022-12-13 20:38:58 +00:00
- podman container rm --force podman-peerjs
- rm -f ~/.config/systemd/user/container-podman-peerjs.service && systemctl --user daemon-reload
peerjs:
stage: test
script:
- cd podman-peerjs
- ./ci_build-images.sh
2022-02-20 17:15:00 +00:00
- GARBAYE_PEERJS_ENV_LISTENPORT=18081 ./10_install.sh
- ./20_enable.sh
- ./30_start.sh && sleep 10
- ./40_stop.sh
- ./70_disable.sh
- ./80_destroy.sh
2022-02-14 18:39:55 +00:00
tags:
- garbaye
- compute
- podman