From dfe89c20ffbe52b6ac144d66659a5a1cb3283420 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 3 Sep 2023 11:23:03 +0200 Subject: [PATCH] Removed printenv --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfcbde5fc2..011dd0186f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ 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: -- GitLab