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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-06 10:22:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-06 10:22:19 +0300
commitd2b36b46824f55c05a4e40ae5441c3779599b2dd (patch)
treec9a9b3555d1c08beb18bf7a7e659c69f41868806 /lib/task_helpers.rb
parent4888e310265c46c1feedb5bf286922ace3bbcac4 (diff)
Remove /debug from the docs
Diffstat (limited to 'lib/task_helpers.rb')
-rw-r--r--lib/task_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task_helpers.rb b/lib/task_helpers.rb
index 22332abd..243d39a9 100644
--- a/lib/task_helpers.rb
+++ b/lib/task_helpers.rb
@@ -1,6 +1,6 @@
require 'yaml'
-PRODUCTS = %W[ce ee omnibus runner charts debug].freeze
+PRODUCTS = %W[ce ee omnibus runner charts].freeze
VERSION_FORMAT = /^(?<major>\d{1,2})\.(?<minor>\d{1,2})$/
def config