Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leisureroad committed Apr 26, 2021
1 parent fd0d00d commit 5908407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
for chain in "geth" "platon" "substrate-phala" "substrate-polkdot"
do
NODE="${_NODE_NAME}_$chain"
gcloud builds submit --config=add-node/cloudbuild.yaml --substitutions=_PROJECT_ID=${_PROJECT_ID},_GCP_REGION=${_GCP_REGION},_NODE_NAME=$NODE,_CLUSTER_NAME=${_CLUSTER_NAME},_CHAIN_NAME=$chain
gcloud builds submit --config=add-node/cloudbuild.yaml --substitutions=_PROJECT_ID=${_PROJECT_ID},_GCP_REGION=${_GCP_REGION},_NODE_NAME=NODE,_CLUSTER_NAME=${_CLUSTER_NAME},_CHAIN_NAME=$chain
done
waitFor:
- create-cluster-demo

0 comments on commit 5908407

Please sign in to comment.