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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-30 13:59:17 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-30 13:59:17 +0300
commitb4f03e8b1e94863949c567a305c8072b34d7e6a1 (patch)
treeedee38ccc507d7f760d6c85b1e0d29eb65062ed5 /lib/gitlab
parent7ef11ce3de797aa8ad0c39245e78aedd91ffa84c (diff)
Improve description of CI types node and in specs
Diffstat (limited to 'lib/gitlab')
-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.'