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

Added debug information

parent 2c0ee414
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"
variables: variables:
DOCKER_HOST: "tcp://localhost:2375/" DOCKER_HOST: "tcp://localhost:2375/"
DOCKER_TLS_CERTDIR: /certs DOCKER_TLS_CERTDIR: ""
DOCKER_TLS_VERIFY: 1 DOCKER_TLS_VERIFY: 0
TAG: "${TAG:-latest}" TAG: "${TAG:-latest}"
TRIVY_NO_PROGRESS: "true" TRIVY_NO_PROGRESS: "true"
TRIVY_CACHE_DIR: ".trivycache/" TRIVY_CACHE_DIR: ".trivycache/"
"_JAVA_OPTIONS": "-Dlogging.level.at.tuwien.=INFO" "_JAVA_OPTIONS": "-Dlogging.level.at.tuwien.=INFO"
before_script:
- "printenv"
image: maven:3-openjdk-17 image: maven:3-openjdk-17
services: services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment