Propagate cloud env variables to buildkite job

This commit is contained in:
Pankaj Garg 2019-04-07 18:21:42 +00:00
parent d9ecc278b4
commit 7baff0920c
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ steps:
TESTNET: "$TESTNET"
TESTNET_OP: "$TESTNET_OP"
TESTNET_DB_HOST: "$TESTNET_DB_HOST"
EC2_ZONES: "${EC2_ZONES[*]}"
EC2_NODE_COUNT: "$EC2_NODE_COUNT"
GCE_ZONES: "${GCE_ZONES[*]}"
GCE_NODE_COUNT: "$GCE_NODE_COUNT"
EOF
) | buildkite-agent pipeline upload
exit 0