Move tds to edge (#5366)

This commit is contained in:
Michael Vines 2019-07-31 14:18:05 -07:00 committed by GitHub
parent 01d2b4e952
commit 1d6bafbc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -156,8 +156,8 @@ testnet-demo)
: "${GCE_LOW_QUOTA_NODE_COUNT:=70}"
;;
tds)
CHANNEL_OR_TAG=beta
CHANNEL_BRANCH=$BETA_CHANNEL
CHANNEL_OR_TAG=edge
CHANNEL_BRANCH=$EDGE_CHANNEL
;;
*)
echo "Error: Invalid TESTNET=$TESTNET"