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
path: root/lib
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-02-08 19:46:06 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-08 19:46:06 +0300
commitc7de7bab51f8a32c99c73fe2a7368ed6e1c0c543 (patch)
treea62c0f199768df3c50e193e40a85afcb776be12b /lib
parent5c844f03bc9f12ee706c08e95569a0d1b52b3c57 (diff)
Add the charts repo in the top level
Diffstat (limited to 'lib')
-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 941c3c96..8382feb4 100644
--- a/lib/task_helpers.rb
+++ b/lib/task_helpers.rb
@@ -1,6 +1,6 @@
require 'yaml'
-PRODUCTS = %W[ce ee omnibus runner debug].freeze
+PRODUCTS = %W[ce ee omnibus runner charts debug].freeze
VERSION_FORMAT = /^(?<major>\d{1,2})\.(?<minor>\d{1,2})$/
def config