From 7d913f028f6ac37226d8c05aa264dd07d108469c Mon Sep 17 00:00:00 2001 From: Jeroen Baten Date: Wed, 4 Sep 2024 09:49:21 +0200 Subject: [PATCH] Adding GitLab CI/CD config file to repository. For the reasoning behind this see the blogpost at https://www.libreplan.dev/a-change-in-distribution-policy-and-why-we-make-it --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8c83585e..1e1857df0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +# Since we are forced to stimulate sponsoring of this entirely open source project, we build packages only internaly. include: remote: $LIBREPLAN_BUILDTOOLS_URL - \ No newline at end of file +