From fbca3c7434d7981799c6684093717b2f6e0eb059 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 15 Dec 2020 19:06:45 -0500 Subject: [PATCH] Remove testnet --container-mount-disk for now --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc3024da8..c2a7fb2b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \