From cf6f2b12c36c6a41e3521d64ba1732b4e88fa8ca Mon Sep 17 00:00:00 2001 From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de> Date: Mon, 27 Jun 2022 15:34:44 +0200 Subject: [PATCH] build always --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4e7d22..75fb10c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,9 +83,6 @@ test: # Build and deploy all the JARs to GWDG Nexus, and build all the DEBs and store DEBs to artifacts. build_and_deploy: image: maven:3.8.3-jdk-8 - only: - - develop -# - main stage: build script: - source $VARIABLES_FILE -- GitLab