From 8b6917f34dc0dc72fb42a4f41f0dd09491b8b892 Mon Sep 17 00:00:00 2001 From: Lars Beckers Date: Sun, 17 Nov 2019 12:25:07 +0100 Subject: [PATCH] disable nginx-shib and acmebot builds for now --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa1e63d..f7ce521 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ adcli: nginx: stage: build script: scripts/nginx-shib.sh + only: + - master artifacts: paths: - packages/* @@ -54,6 +56,8 @@ painintheapt: acmebot: stage: build script: scripts/acmebot.sh + only: + - master artifacts: paths: - packages/* -- GitLab