diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bc0652..20d76bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/podman-wpamapsta/.gitlab-ci.yml b/podman-wpamapsta/.gitlab-ci.yml new file mode 100644 index 0000000..3a2abd3 --- /dev/null +++ b/podman-wpamapsta/.gitlab-ci.yml @@ -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