mirror of https://github.com/grpc/grpc-node.git
Build both docker images in one function call
This commit is contained in:
parent
94781c9cc9
commit
0396cb92e4
|
@ -35,6 +35,5 @@ psm::lang::build_docker_images() {
|
|||
psm::tools::run_verbose git submodule update --init --recursive
|
||||
psm::tools::run_verbose git submodule status
|
||||
|
||||
psm::build::docker_images_generic "${client_dockerfile}"
|
||||
psm::build::docker_images_generic "${server_dockerfile}"
|
||||
psm::build::docker_images_generic "${client_dockerfile}" "${server_dockerfile}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue