Added debugging for bbsim github release failure
Change-Id: Iefb95390b197d41c8cb4b1ffaa369c5206b9778e
diff --git a/jjb/shell/github-release.sh b/jjb/shell/github-release.sh
index 0b289ec..1d18d27 100644
--- a/jjb/shell/github-release.sh
+++ b/jjb/shell/github-release.sh
@@ -132,10 +132,19 @@
# shellcheck disable=SC2086
make "$RELEASE_TARGETS"
+ echo
+ echo "** PWD: $(/bin/pwd)"
+ echo "** make-pre: $(/bin/ls -l)"
+ echo
+
# Copy artifacts into the release temp dir
# shellcheck disable=SC2086
cp "$ARTIFACT_GLOB" "$RELEASE_TEMP"
+ echo
+ echo "** make-post: $(/bin/ls -l)"
+ echo
+
# create release
echo "Creating Release: $GERRIT_PROJECT - $GIT_VERSION"
github-release release \