X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flogs-deploy.sh;h=fa31f2bcf97f192cfad373a1a42c0e56cb93ac7e;hb=0cd4f5d8c5fc52e167cd19ab00bddec4f7f0c190;hp=e5c990a46ae848ca7bd9fe9c8ac12f3b20d5b62b;hpb=9664b6bbc080b5b9132a742e0ef2a793726bae9b;p=releng%2Fglobal-jjb.git diff --git a/shell/logs-deploy.sh b/shell/logs-deploy.sh index e5c990a4..fa31f2bc 100644 --- a/shell/logs-deploy.sh +++ b/shell/logs-deploy.sh @@ -8,6 +8,10 @@ # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html ############################################################################## +echo "---> logs-deploy.sh" + +# Ensure we fail the job if any steps fail. +set -eu -o pipefail set -x # Trace commands for this script to make debugging easier.