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:
authorAchilleas Pipinellis <axil@gitlab.com>2018-07-30 09:31:12 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-07-30 09:31:12 +0300
commit487cfc19900cd2c4878903548b5490801961f207 (patch)
tree4bbfe2a143a39e0d77a6d1aac5f210db4ef6aad8 /lib/task_helpers.rb
parent1cd165e21bcef412e2ca4c7de925fa19e032b726 (diff)
Add support site
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 903cda47..78b9bfc8 100644
--- a/lib/task_helpers.rb
+++ b/lib/task_helpers.rb
@@ -1,6 +1,6 @@
require 'yaml'
-PRODUCTS = %W[ce ee omnibus runner].freeze
+PRODUCTS = %W[ce ee omnibus runner support].freeze
def config
# Parse the config file and create a hash.