From 3b652aa8fdf46dec03641de0a6ee0d88273f5196 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Wed, 24 Jan 2024 09:56:14 +0000 Subject: [PATCH] wip echo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0776447e..77fd6b20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ lint: script: # writes golangci-lint output to gl-code-quality-report.json - apk add --update make jq - - echo "GITLAB_LOGIN=${GITLAB_LOGIN}" >> build_env.env + - echo "GITLAB_LOGIN=${GITLAB_LOGIN}" > build_env.env - echo "GITLAB_TOKEN=${GITLAB_TOKEN}" >> build_env.env - make lint needs: [] -- GitLab