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

13 lines
248 B
YAML
Raw Normal View History

2022-11-15 18:16:59 +00:00
# Si besoin d'executer le before_script manuellement :
# sed -n 's/^ - \(.*\)$/\1/p' .gitlab-ci.yml | bash
ntfy:
stage: test
script:
- cd podman-ntfy
- ./ci_build-images.sh
tags:
- garbaye
- compute
- podman
- x86_64