Skip to content

Commit

Permalink
Displaying initial pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
ARIC LASRY authored and ARIC LASRY committed Nov 23, 2023
1 parent d97d316 commit 2b96f99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/cloud-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" >/dev/null 2>&1 && pwd)"
WORKING_DIR="${3:-${SCRIPT_DIR}/../$1}"

echo "initial pwd is: $(pwd)"

# Change the current working directory to the directory in which to build the image
cd "$WORKING_DIR"

Expand Down

0 comments on commit 2b96f99

Please sign in to comment.