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
path: root/shared
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-28 13:43:52 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-28 13:43:52 +0300
commit18e0901b298d922ebda8295b675ac1df0f4bf77f (patch)
treee32692ef0be2221d4f779d8606f30a6dea025309 /shared
parent4ac210acda6408e21a0772c9bb4819f5fb2f4bb6 (diff)
Rename new source test fixture to avoid using existing domain
Diffstat (limited to 'shared')
-rw-r--r--shared/lookups/new-source-test.gitlab.io.json (renamed from shared/lookups/new-source.test.io.json)2
-rw-r--r--shared/pages/group/new-source-test.gitlab.io/public/index.html1
-rw-r--r--shared/pages/group/new-source.test.io/public/index.html1
3 files changed, 2 insertions, 2 deletions
diff --git a/shared/lookups/new-source.test.io.json b/shared/lookups/new-source-test.gitlab.io.json
index 5dfbd9ba..8ff94e78 100644
--- a/shared/lookups/new-source.test.io.json
+++ b/shared/lookups/new-source-test.gitlab.io.json
@@ -1 +1 @@
-{"certificate":"","key":"","lookup_paths":[{"project_id":123,"access_control":false,"https_only":false,"prefix":"/my/pages/project","source":{"type":"file","path":"/group/new-source.test.io/public"}}]}
+{"certificate":"","key":"","lookup_paths":[{"project_id":123,"access_control":false,"https_only":false,"prefix":"/my/pages/project","source":{"type":"file","path":"/group/new-source-test.gitlab.io/public"}}]}
diff --git a/shared/pages/group/new-source-test.gitlab.io/public/index.html b/shared/pages/group/new-source-test.gitlab.io/public/index.html
new file mode 100644
index 00000000..00e11d66
--- /dev/null
+++ b/shared/pages/group/new-source-test.gitlab.io/public/index.html
@@ -0,0 +1 @@
+New Pages GitLab Source TEST OK
diff --git a/shared/pages/group/new-source.test.io/public/index.html b/shared/pages/group/new-source.test.io/public/index.html
deleted file mode 100644
index e6e1e58e..00000000
--- a/shared/pages/group/new-source.test.io/public/index.html
+++ /dev/null
@@ -1 +0,0 @@
-New Pages GitLab Source PoC OK