From 48c68cfa7f18992b26765c7b67c52c11687ad74a Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 17 Aug 2021 13:18:04 +0100 Subject: pipeline: use regular storage for tests, rather than a separate one --- cloudsettings.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cloudsettings.go') diff --git a/cloudsettings.go b/cloudsettings.go index befb4b4..fa55742 100644 --- a/cloudsettings.go +++ b/cloudsettings.go @@ -36,5 +36,4 @@ const ( // Storage bucket names. Can be anything unique in S3. const ( storageWip = "rescribeinprogress" - storageTest = "rescribetest" ) -- cgit v1.2.1-24-ge1ad