Skip to content

Commit

Permalink
[k8s] - feature: display build arguments during cloudbuild process
Browse files Browse the repository at this point in the history
 - Added echo statements to print the build arguments for better visibility during the build process
  • Loading branch information
JulesBelveze committed Dec 16, 2024
1 parent 740de67 commit c467121
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions k8s/cloudbuild_tmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ steps:
build_args+=("--build-arg" "${key}=${value}")
fi
done < <(yq .env -o=props .github/configs/${_REGION}.yaml)
echo "BUILD ARGUMENTS:"
echo ${build_args[@]}
depot build \
--project 3vz0lnf16v \
Expand Down

0 comments on commit c467121

Please sign in to comment.