From b293b6bf5ff08827fe3a2c745f39c6b82fc39293 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Sun, 3 Sep 2023 10:48:24 +0200 Subject: [PATCH] Added debug information --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bc7cdcc26..cfcbde5fc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,15 @@ variables: DOCKER_HOST: "tcp://localhost:2375/" - DOCKER_TLS_CERTDIR: /certs - DOCKER_TLS_VERIFY: 1 + DOCKER_TLS_CERTDIR: "" + DOCKER_TLS_VERIFY: 0 TAG: "${TAG:-latest}" TRIVY_NO_PROGRESS: "true" TRIVY_CACHE_DIR: ".trivycache/" "_JAVA_OPTIONS": "-Dlogging.level.at.tuwien.=INFO" +before_script: + - "printenv" + image: maven:3-openjdk-17 services: -- GitLab