From a0231f3d87c35ad0da24856f1ad3f2be298d5975 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 22 Nov 2019 20:34:30 -0700 Subject: [PATCH] Remove edge channel hardcode --- ci/testnet-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 54d434debb..06c31f6fc1 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -386,7 +386,7 @@ deploy() { ( echo "--- net.sh update" set -x - time net/net.sh update -t edge --platform linux --platform osx --platform windows + time net/net.sh update -t "$CHANNEL_OR_TAG" --platform linux --platform osx --platform windows ) ;; testnet-perf)