Compare commits

..

1 Commits

Author SHA1 Message Date
Michael Vines
a0231f3d87 Remove edge channel hardcode 2019-11-22 20:36:17 -07:00

View File

@@ -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)