summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-30 12:59:17 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-30 12:59:17 +0200
commitb4f03e8b1e94863949c567a305c8072b34d7e6a1 (patch)
treeedee38ccc507d7f760d6c85b1e0d29eb65062ed5 /lib
parent7ef11ce3de797aa8ad0c39245e78aedd91ffa84c (diff)
downloadgitlab-ce-b4f03e8b1e94863949c567a305c8072b34d7e6a1.tar.gz
Improve description of CI types node and in specs
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/config/node/global.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/config/node/global.rb b/lib/gitlab/ci/config/node/global.rb
index fec2fe564ac..f92e1eccbcf 100644
--- a/lib/gitlab/ci/config/node/global.rb
+++ b/lib/gitlab/ci/config/node/global.rb
@@ -28,7 +28,7 @@ module Gitlab
description: 'Configuration of stages for this pipeline.'
node :types, Node::Stages,
- description: 'Stages for this pipeline (deprecated key).'
+ description: 'Deprecated: stages for this pipeline.'
node :cache, Node::Cache,
description: 'Configure caching between build jobs.'