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

fix: remove commented out security incident code, replace with warning

parent 8338d4b6
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,7 @@ default:
- 1cpu-4gb # default small, configure more explicitly on specific jobs
before_script:
- set -e
# 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)=.*'
# DANGER don't use `set -x` or print the environment via e.g. `env` in pipeline runs, this might leak credentials (has leaked them)
stages:
- prepare
......
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