Remove testnet --container-mount-disk for now

This commit is contained in:
Deirdre Connolly 2020-12-15 19:06:45 -05:00 committed by teor
parent 4d387efe1d
commit fbca3c7434
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ jobs:
--boot-disk-type pd-ssd \
--container-image rust:buster \
--container-mount-disk mount-path='/mainnet',name="zebrad-cache-$SHORT_SHA-mainnet-419200" \
--container-mount-disk mount-path='/testnet',name="zebrad-cache-$SHORT_SHA-testnet-280000" \
--container-restart-policy never \
--create-disk name="zebrad-cache-$SHORT_SHA-mainnet-419200",image=zebrad-cache-2a21c86-mainnet-419200 \
--machine-type n2-standard-4 \