From e09aadf737cc6f917146b3d4247326de5d8043e5 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Sun, 17 Jan 2021 19:43:14 +0100 Subject: [PATCH] add dendrite --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a6aa89..7272e16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -128,6 +128,17 @@ pleroma: variables: - $CI_COMMIT_REF_PROTECTED == "true" +dendrite: + stage: build + tags: + - docker + script: + - cd dendrite + - make push + only: + variables: + - $CI_COMMIT_REF_PROTECTED == "true" + .docker_init: &docker_init | if ! docker info &>/dev/null; then if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then