add CI for wpamapsta
This commit is contained in:
parent
6e5927b960
commit
761920cb22
|
@ -5,7 +5,7 @@ podman_service:
|
|||
stage: triggers
|
||||
parallel:
|
||||
matrix:
|
||||
- SERVICE: [framadate, gitea, hedgedoc, jitsi, matrix, ntfy, peerjs, privatebin, seafile, vaultwarden]
|
||||
- SERVICE: [framadate, gitea, hedgedoc, jitsi, matrix, ntfy, peerjs, privatebin, seafile, vaultwarden, wpamapsta]
|
||||
trigger:
|
||||
include: podman-${SERVICE}/.gitlab-ci.yml
|
||||
strategy: depend
|
||||
|
|
15
podman-wpamapsta/.gitlab-ci.yml
Normal file
15
podman-wpamapsta/.gitlab-ci.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
Loading…
Reference in a new issue