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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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