propagate TESTNET_DB_HOST env variable to next step in buildkite

This commit is contained in:
Pankaj Garg 2019-03-26 14:22:08 -07:00 committed by Grimes
parent 0d90dfae1a
commit c09e0eb536
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ steps:
env:
TESTNET: "$TESTNET"
TESTNET_OP: "$TESTNET_OP"
TESTNET_DB_HOST: "$TESTNET_DB_HOST"
EOF
) | buildkite-agent pipeline upload
exit 0