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

Removed printenv

parent b293b6bf
No related branches found
No related tags found
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"
This commit is part of merge request !190. Comments created here will be created in the context of that merge request.
variables:
DOCKER_HOST: "tcp://localhost:2375/"
DOCKER_HOST: "${DOCKER_PORT}"
DOCKER_TLS_CERTDIR: ""
DOCKER_TLS_VERIFY: 0
TAG: "${TAG:-latest}"
......@@ -7,9 +7,6 @@ variables:
TRIVY_CACHE_DIR: ".trivycache/"
"_JAVA_OPTIONS": "-Dlogging.level.at.tuwien.=INFO"
before_script:
- "printenv"
image: maven:3-openjdk-17
services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment