Commit 4f5ccb64 by Kevin Falcone

Snip some of the env

parent 04d2da56
......@@ -18,7 +18,10 @@
# - environment
# - name_tag
set -x
env
# Seeing the environment is fine, spewing secrets to the log isn't ok
env | grep -v AWS | grep ARN
export PYTHONUNBUFFERED=1
export BOTO_CONFIG=/var/lib/jenkins/${aws_account}.boto
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment