Skip to content
Snippets Groups Projects
Commit 76953f76 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

HOLI-9235 hide sensitive information from CI build logs

parent a16cf919
No related branches found
No related tags found
No related merge requests found
default:
before_script:
- set -ex
- env
# env -0 | sort -z | tr '\0' '\n': Sort env output alphabetically, keeping multiline variables intact
# egrep: Remove sensitive information from the output of env
- env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*'
interruptible: true
tags:
- 1cpu-4gb
......
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