From a81e9c111a89082cc6c03aad06a168dc9a4f395d Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Thu, 12 Jul 2018 22:46:37 +0000 Subject: [PATCH] Show working dir --- scripts/hab-build-and-push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh index ab227773b..449f96d88 100755 --- a/scripts/hab-build-and-push.sh +++ b/scripts/hab-build-and-push.sh @@ -13,6 +13,7 @@ trap 'chmod -R a+rw .' EXIT DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" pushd "$DIR/.." +echo "Building in $(pwd)" mkdir -p .yarn mkdir -p node_modules -- GitLab