From 761920cb227eec80ef196fb7be01d6adce58ea56 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Tue, 21 Nov 2023 20:48:06 +0100 Subject: [PATCH] add CI for wpamapsta --- .gitlab-ci.yml | 2 +- podman-wpamapsta/.gitlab-ci.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 podman-wpamapsta/.gitlab-ci.yml 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