This is an automated email from the ASF dual-hosted git repository.
daisyguo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new c7d931a restore `set -x` that was removed by mistake (#326)
c7d931a is described below
commit c7d931ad902a7c931933ed84b52b6948b8f4c681
Author: David Grove <[email protected]>
AuthorDate: Thu Nov 1 22:18:09 2018 -0400
restore `set -x` that was removed by mistake (#326)
---
tools/travis/build-helm.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/travis/build-helm.sh b/tools/travis/build-helm.sh
index ad752e2..2dcd8b0 100755
--- a/tools/travis/build-helm.sh
+++ b/tools/travis/build-helm.sh
@@ -170,6 +170,8 @@ verifyHealthyInvoker () {
# Main body of script -- deploy OpenWhisk
#################
+set -x
+
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
ROOTDIR="$SCRIPTDIR/../../"