From 3ca63b0478820356440afe28800b5ac04ba4433c Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Wed, 24 Jan 2024 10:02:28 +0000 Subject: [PATCH] wip --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbd991cf..d4a9d513 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,7 @@ lint: script: # writes golangci-lint output to gl-code-quality-report.json - apk add --update make jq + - go mod download - echo "GITLAB_LOGIN=${GITLAB_LOGIN}" > build_env.env - echo "GITLAB_TOKEN=${GITLAB_TOKEN}" >> build_env.env - echo "machine code.fbi.h-da.de login ${GITLAB_LOGIN} password ${GITLAB_TOKEN}" > ~/.netrc -- GitLab