From 58021f3d551fe32793bcfafe758f14a7b4c3d3d2 Mon Sep 17 00:00:00 2001 From: trantzas <ktrantzas@ece.upatras.gr> Date: Thu, 31 Oct 2024 16:21:08 +0000 Subject: [PATCH] Relates to #33 --- ci-templates/build.yml | 2 +- ci-templates/build_unprotected.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-templates/build.yml b/ci-templates/build.yml index 9a9ba16..efc4815 100644 --- a/ci-templates/build.yml +++ b/ci-templates/build.yml @@ -3,7 +3,7 @@ stage: build image: maven:3.9.5-ibm-semeru-17-focal script: - - mvn deploy -s ci_settings.xml -Dversion=$APP_VERSION + - mvn deploy -s ci_settings.xml -DskipTests -Dversion=$APP_VERSION artifacts: paths: - target/ diff --git a/ci-templates/build_unprotected.yml b/ci-templates/build_unprotected.yml index a5c8669..369d8d9 100644 --- a/ci-templates/build_unprotected.yml +++ b/ci-templates/build_unprotected.yml @@ -3,7 +3,7 @@ stage: build image: maven:3.9.5-ibm-semeru-17-focal script: - - mvn install -s ci_settings.xml + - mvn install -s ci_settings.xml -DskipTests artifacts: paths: - target/ -- GitLab