Skip to content

Commit

Permalink
print args
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 2b96f99 commit 69a1200
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s/cloud-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" >/dev/null 2>&1 && pwd)"
WORKING_DIR="${3:-${SCRIPT_DIR}/../$1}"

echo "initial pwd is: $(pwd)"
echo "1: $1"
echo "2: $2"
echo "3: $3"

echo "all args: $@"


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

0 comments on commit 69a1200

Please sign in to comment.