diff --git a/assets/in b/assets/in index fec1f75..bf481d5 100755 --- a/assets/in +++ b/assets/in @@ -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 diff --git a/assets/out b/assets/out index ec7d5da..9ba0a6f 100755 --- a/assets/out +++ b/assets/out @@ -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