Skip to content
Snippets Groups Projects
Commit b1181bdd authored by Peter Hutterer's avatar Peter Hutterer
Browse files

gitlab CI: replace the user:password with a netrc file


Gitlab supports masked tokens that get sanitized during log output but these
tokens are still in the environment. meson dumps the environment into
testlog.txt, resulting in our tokens leaking.

Avoid that leak by using a netrc file instead. The token value now refers to
the file name which is safe enough to leak into the test logs.

Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent 801485af
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment