Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/source/domains.go')
-rw-r--r--internal/source/domains.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/source/domains.go b/internal/source/domains.go
index 1db285a4..a69387e0 100644
--- a/internal/source/domains.go
+++ b/internal/source/domains.go
@@ -12,6 +12,7 @@ var newSourceDomains = []string{
"pages-project-poc.gitlab.io",
"pages-namespace-poc.gitlab.io",
"pages-custom-poc.grzegorz.co",
+ "new-source.test.io", // used in acceptance tests
}
var brokenSourceDomain = "pages-broken-poc.gitlab.io"