From ba3572cb0468684f5083eb364d927c9aae3f2029 Mon Sep 17 00:00:00 2001 From: Dimitrios Giannopoulos Date: Tue, 19 Dec 2023 09:54:49 +0000 Subject: [PATCH] removed maven build --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92f4697..ef8548e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,6 @@ include: - ci-templates/default.yml - ci-templates/build.yml -maven_build: - extends: .maven_build - docker_build: extends: .docker_build needs: -- GitLab