From 32afea0bd5a1a75d2f1afa2b7be56036fb618fb2 Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Thu, 10 Mar 2016 23:33:39 -0500 Subject: [PATCH] don't print commands when running the scripts not a great idea to reveal the S3 credentials in the build logs --- assets/in | 1 - assets/out | 1 - 2 files changed, 2 deletions(-) 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