To automate deployment of multiple versions and testing the speed of process in parallel. Running the deploy of second version fail until the first one finished.
How to deploy version similar to the following commands without facing error:
gcloud app deploy --version v1 --quiet &
gcloud app deploy --version v2 --quiet
Many Thanks