diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-30 12:59:17 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-30 12:59:17 +0200 |
commit | b4f03e8b1e94863949c567a305c8072b34d7e6a1 (patch) | |
tree | edee38ccc507d7f760d6c85b1e0d29eb65062ed5 /lib | |
parent | 7ef11ce3de797aa8ad0c39245e78aedd91ffa84c (diff) | |
download | gitlab-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.rb | 2 |
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.' |