remove no-snapshot option from tds testnet (#5368)

This commit is contained in:
Pankaj Garg
2019-07-31 14:51:54 -07:00
committed by GitHub
parent d09afdbefe
commit 149a63100d

View File

@ -580,8 +580,7 @@ deploy() {
${maybeExternalAccountsFile} \ ${maybeExternalAccountsFile} \
${maybeLamports} \ ${maybeLamports} \
${maybeAdditionalDisk} \ ${maybeAdditionalDisk} \
--skip-deploy-update \ --skip-deploy-update
--no-snapshot
) )
;; ;;
*) *)