From 8f2822d0cd5923b6f9c8c1280701ba3d088190ff Mon Sep 17 00:00:00 2001 From: Maverick Studer Date: Tue, 2 Apr 2024 16:16:47 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b17158..a683836 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,4 @@ include: - project: 'gitlab/gitlab' ref: 'main' - file: 'ci-templates/gradle_java.yml' - - -deploy: - stage: deploy - tags: - - dind - script: - - echo "Building with gradle version ${BUILDVERSION}" - - gradle -Pversion=${BUILDVERSION} publish - - echo "BUILDVERSION=$BUILDVERSION" >> version.env - artifacts: - reports: - dotenv: version.env - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - - if: $CI_COMMIT_BRANCH =~ /^release/ - - if: $CI_COMMIT_TAG \ No newline at end of file + file: 'ci-templates/gradle_java.yml' \ No newline at end of file