ntfy : maj CI

This commit is contained in:
Gitouche 2022-12-10 19:23:37 +01:00
parent f96003f3d0
commit a747400425

View file

@ -3,13 +3,14 @@
before_script: before_script:
- podman container exists podman-ntfy && podman container rm --force podman-ntfy - podman container exists podman-ntfy && podman container rm --force podman-ntfy
- rm -f ~/.config/systemd/user/container-podman-ntfy.service && systemctl --user daemon-reload - rm -f ~/.config/systemd/user/container-podman-ntfy.service && systemctl --user daemon-reload
- podman volume rm -f ntfy-data
ntfy: ntfy:
stage: test stage: test
script: script:
- cd podman-ntfy - cd podman-ntfy
- ./ci_build-images.sh - ./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 - ./20_enable.sh
- ./30_start.sh && sleep 10 - ./30_start.sh && sleep 10
- ./40_stop.sh - ./40_stop.sh