Skip to content
Snippets Groups Projects
Verified Commit 82c78c1a authored by Martin Weise's avatar Martin Weise
Browse files

Added logging level

parent 320a2780
Branches
Tags
4 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0,!190Resolve "More env variables for Azure deployment"
......@@ -5,6 +5,7 @@ variables:
TAG: "${TAG:-latest}"
TRIVY_NO_PROGRESS: "true"
TRIVY_CACHE_DIR: ".trivycache/"
"_JAVA_OPTIONS": "-Dlogging.level.at.tuwien.=INFO"
image: maven:3-openjdk-17
......@@ -24,7 +25,7 @@ build-metadata-service:
image: maven:3-openjdk-17
stage: build-backend
script:
- "mvn -f ./dbrepo-metadata-service/pom.xml clean test verify"
- "mvn -f ./dbrepo-metadata-service/pom.xml clean package -DskipTests"
build-analyse-service:
image: python:3.9-slim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment