ntfy : maj CI

This commit is contained in:
Gitouche 2022-12-10 19:23:37 +01:00
parent f96003f3d0
commit a747400425
1 changed files with 2 additions and 1 deletions

View File

@ -3,13 +3,14 @@
before_script:
- podman container exists podman-ntfy && podman container rm --force podman-ntfy
- rm -f ~/.config/systemd/user/container-podman-ntfy.service && systemctl --user daemon-reload
- podman volume rm -f ntfy-data
ntfy:
stage: test
script:
- cd podman-ntfy
- ./ci_build-images.sh
- GARBAYE_NTFY_ENV_LISTENPORT='18099' GARBAYE_NTFY_BASE_URL='http://notif.garbaye.fr' ./10_install.sh
- GARBAYE_NTFY_ENV_LISTENPORT='18099' GARBAYE_NTFY_BASE_URL='http://notif.garbaye.fr' ./05_freshinstall.sh
- ./20_enable.sh
- ./30_start.sh && sleep 10
- ./40_stop.sh