Remove -v3-beta from snapshot name

This commit is contained in:
fabioberger 2020-01-19 20:10:06 +01:00
parent 27d74a4327
commit 1d34da7557

View File

@ -33,7 +33,7 @@
"config": { "config": {
"s3_snapshot_bucket": "s3://ganache-snapshots.0x.org", "s3_snapshot_bucket": "s3://ganache-snapshots.0x.org",
"docker_snapshot_name": "0xorg/ganache-cli", "docker_snapshot_name": "0xorg/ganache-cli",
"snapshot_name": "0x_ganache_snapshot-v3-beta", "snapshot_name": "0x_ganache_snapshot",
"postpublish": { "postpublish": {
"assets": [] "assets": []
} }