Commit e471389d authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot

Merge remote-tracking branch 'dev/master'

parents 1289e4a2 1b3d5eef
...@@ -1388,7 +1388,7 @@ module Gitlab ...@@ -1388,7 +1388,7 @@ module Gitlab
let(:processor) { Gitlab::Ci::YamlProcessor.new(YAML.dump(config)) } let(:processor) { Gitlab::Ci::YamlProcessor.new(YAML.dump(config)) }
let(:config) do let(:config) do
{ {
stages: ["build", "test", "release"], # rubocop:disable Style/WordArray stages: %w[build test release],
release: { release: {
stage: "release", stage: "release",
only: ["tags"], only: ["tags"],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment