From 74d487f1753ff6d6a4bcdcb255c03d9619a6203b Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" Date: Tue, 30 Aug 2022 16:55:05 +0200 Subject: [PATCH] fix: make fix to release new version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cd1d02..fa203fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: GIT_AUTHOR_NAME: ${GL_USER} GIT_COMMITTER_EMAIL: ${GL_USER}@noreply.gitlab.gwdg.de GIT_COMMITTER_NAME: ${GL_USER} - + # Include Java settings from Gitlab templates repo. include: - project: 'dariah-de/gitlab-templates' -- GitLab