16 lines
286 B
YAML
16 lines
286 B
YAML
|
# Si besoin d'executer le before_script manuellement :
|
||
|
# sed -n 's/^ - \(.*\)$/\1/p' .gitlab-ci.yml | bash
|
||
|
before_script:
|
||
|
- sleep 1
|
||
|
|
||
|
wpamapsta:
|
||
|
stage: test
|
||
|
script:
|
||
|
- cd podman-wpamapsta
|
||
|
- ./ci_build-images.sh
|
||
|
tags:
|
||
|
- garbaye
|
||
|
- compute
|
||
|
- podman
|
||
|
- x86_64
|