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-01-24 16:42:54 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-01-24 16:42:54 +0300
commitff02a16ebf84ff5374eaa01bd65378574ce65390 (patch)
tree2def268fe2ab53c57eaff480fc2bc862e1fe68cf /lib
parentecc02c84678d9dfd5604c568685e9c1136cecdc5 (diff)
Better explanation of stable branch fetching
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 c9c78472..c3fa691f 100644
--- a/lib/task_helpers.rb
+++ b/lib/task_helpers.rb
@@ -19,7 +19,7 @@ end
def retrieve_branch(slug)
# If we're on a stable branch, catch the version and
- # assign the right BRANCH_* variable.
+ # assign the product branches correctly.
if version = ENV["CI_COMMIT_REF_NAME"].match(VERSION_FORMAT)
case slug
when 'ee'