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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-17 03:15:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-17 03:15:24 +0300
commitb49ce524ed35ebb79aadb6985e8eca6d34ef2797 (patch)
treecfe18c663a96093f118df16949bba6bf7e5039e2 /lib/gitlab/saas.rb
parent040df42a88a5ea4c11e16be977383517585b67b6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/saas.rb')
-rw-r--r--lib/gitlab/saas.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/saas.rb b/lib/gitlab/saas.rb
index 1e00bd4cbfc..577e33fd700 100644
--- a/lib/gitlab/saas.rb
+++ b/lib/gitlab/saas.rb
@@ -13,6 +13,10 @@ module Gitlab
'https://staging.gitlab.com'
end
+ def self.canary_toggle_com_url
+ 'https://next.gitlab.com'
+ end
+
def self.subdomain_regex
%r{\Ahttps://[a-z0-9]+\.gitlab\.com\z}.freeze
end