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:
parent
c2e9f187f7
commit
32afea0bd5
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
# https://github.com/concourse/git-resource/blob/6fcfbd4/assets/out#L4-L16
|
# https://github.com/concourse/git-resource/blob/6fcfbd4/assets/out#L4-L16
|
||||||
set -e
|
set -e
|
||||||
set -x
|
|
||||||
|
|
||||||
exec 3>&1 # make stdout available as fd 3 for the result
|
exec 3>&1 # make stdout available as fd 3 for the result
|
||||||
exec 1>&2 # redirect all output to stderr for logging
|
exec 1>&2 # redirect all output to stderr for logging
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
# https://github.com/concourse/git-resource/blob/6fcfbd4/assets/out#L4-L16
|
# https://github.com/concourse/git-resource/blob/6fcfbd4/assets/out#L4-L16
|
||||||
set -e
|
set -e
|
||||||
set -x
|
|
||||||
|
|
||||||
exec 3>&1 # make stdout available as fd 3 for the result
|
exec 3>&1 # make stdout available as fd 3 for the result
|
||||||
exec 1>&2 # redirect all output to stderr for logging
|
exec 1>&2 # redirect all output to stderr for logging
|
||||||
|
|
Loading…
Reference in a new issue