diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-19 13:23:14 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-19 14:53:35 +0200 |
commit | 41fa516bb67e97e59ad8a38fe8296bbd3a091c82 (patch) | |
tree | 26b335bd7354af2e85f1a5f04c2f13da39dfb105 /spec/factories/ci | |
parent | 61e7453e0465ceb631d3e8445429cfed7c1449d3 (diff) | |
download | gitlab-ce-41fa516bb67e97e59ad8a38fe8296bbd3a091c82.tar.gz |
Use value of `yaml_variables` and `when` from config_processor if undefined
Diffstat (limited to 'spec/factories/ci')
-rw-r--r-- | spec/factories/ci/builds.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/factories/ci/builds.rb b/spec/factories/ci/builds.rb index fb111889501..5e19e403c6b 100644 --- a/spec/factories/ci/builds.rb +++ b/spec/factories/ci/builds.rb @@ -3,6 +3,8 @@ include ActionDispatch::TestProcess FactoryGirl.define do factory :ci_build, class: Ci::Build do name 'test' + stage 'test' + stage_idx 0 ref 'master' tag false created_at 'Di 29. Okt 09:50:00 CET 2013' |