From d640a7a4e4f36a78690ab33c217faed14ebb7064 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 12 Oct 2023 13:29:25 -0400 Subject: [PATCH] Temporarily allow PR channel for testing. --- scripts/ci/update-version-list/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/update-version-list/main.go b/scripts/ci/update-version-list/main.go index 6ee19b4ac7..744e0af09f 100644 --- a/scripts/ci/update-version-list/main.go +++ b/scripts/ci/update-version-list/main.go @@ -21,7 +21,7 @@ const S3Bucket = "update/state/" const VersionsJson = "versions.json" // Valid channels to update the master version file with. -var ValidChannels = []string{"master", "beta", "release", "LTS"} +var ValidChannels = []string{"master", "beta", "release", "LTS", "mitchell"} func init() { if !condition.OnCI() {