Use auto hashes-per-tick config for testnet testnet

This commit is contained in:
Michael Vines 2019-06-12 08:40:56 -07:00
parent 767efab941
commit dd1c3514a8
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 4 deletions

View File

@ -382,8 +382,7 @@ deploy() {
${skipCreate:+-e} \
${maybeSkipStart:+-s} \
${maybeStop:+-S} \
${maybeDelete:+-D} \
--hashes-per-tick sleep
${maybeDelete:+-D}
if [[ -n $GCE_NODE_COUNT ]]; then
# shellcheck disable=SC2068
@ -393,8 +392,7 @@ deploy() {
${skipStart:+-s} \
${maybeStop:+-S} \
${maybeDelete:+-D} \
-x \
--hashes-per-tick sleep
-x
fi
)
;;