13 lines
248 B
YAML
13 lines
248 B
YAML
# 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
|