diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77fd6b20a68eb1cfd3212a4ce8dd3942dac7a5c7..fbd991cf6645c5ed42623f0177c67662c602d981 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,5 +42,6 @@ lint: - apk add --update make jq - 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: []