don't print commands when running the scripts

not a great idea to reveal the S3 credentials in the build logs
This commit is contained in:
Aidan Feldman 2016-03-10 23:33:39 -05:00
parent c2e9f187f7
commit 32afea0bd5
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
# https://github.com/concourse/git-resource/blob/6fcfbd4/assets/out#L4-L16
set -e
set -x
exec 3>&1 # make stdout available as fd 3 for the result
exec 1>&2 # redirect all output to stderr for logging

View file

@ -4,7 +4,6 @@
# https://github.com/concourse/git-resource/blob/6fcfbd4/assets/out#L4-L16
set -e
set -x
exec 3>&1 # make stdout available as fd 3 for the result
exec 1>&2 # redirect all output to stderr for logging