diff options
author | Nick White <git@njw.name> | 2021-08-17 13:18:04 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-08-17 13:18:04 +0100 |
commit | 48c68cfa7f18992b26765c7b67c52c11687ad74a (patch) | |
tree | 6194e21f03f381e1886534ca2ffd3830591bb461 /cloudsettings.go | |
parent | 2bac685f600b97676de14bb850e5b087f0d54b83 (diff) |
pipeline: use regular storage for tests, rather than a separate one
Diffstat (limited to 'cloudsettings.go')
-rw-r--r-- | cloudsettings.go | 1 |
1 files changed, 0 insertions, 1 deletions
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" ) |