diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index ab227773bd68f14b27ee4c88f8af69af154f6dbf..449f96d8864262c7a5c311444112ad216d5f010f 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