From c67673e6700c7c5172299571a4576a12a6bd034e Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Wed, 24 Jan 2024 10:08:00 +0000 Subject: [PATCH] fix linting --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4a9d513..540230ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,9 +40,6 @@ 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 - make lint needs: [] -- GitLab