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>2018-05-01 15:30:44 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-05-01 15:30:44 +0300
commit0fd0b64be63c18bb216f15d887e3ce0955dcf269 (patch)
treef62cd1d970ba738ef0825f745c4c44714a6b126e /spec/factories/ci
parentb337a086d5118e80518945abfc2e88008d9fc1ec (diff)
Use stages position column to track stage index
Diffstat (limited to 'spec/factories/ci')
-rw-r--r--spec/factories/ci/stages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/ci/stages.rb b/spec/factories/ci/stages.rb
index f4f73a67e9a..ce61e6bf759 100644
--- a/spec/factories/ci/stages.rb
+++ b/spec/factories/ci/stages.rb
@@ -21,7 +21,7 @@ FactoryBot.define do
pipeline factory: :ci_empty_pipeline
name 'test'
- priority 1
+ position 1
status 'pending'
end
end