Skip to content

Commit

Permalink
Add missing git submodule update step
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Apr 26, 2024
1 parent abb4b4a commit 9193654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/grpc-js-xds/scripts/psm-interop-build-node.sh
Expand Up @@ -29,5 +29,10 @@ set -eo pipefail
#######################################
psm::lang::build_docker_images() {
local client_dockerfile="packages/grpc-js-xds/interop/Dockerfile"

cd "${SRC_DIR}"
psm::tools::run_verbose git submodule update --init --recursive
psm::tools::run_verbose git submodule status

psm::build::docker_images_generic "${client_dockerfile}"
}

0 comments on commit 9193654

Please sign in to comment.