diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 13:31:04 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 13:50:18 +0200 |
commit | 1b1a79911a79b098a53adc527bafbafc920716e1 (patch) | |
tree | 56dcc14b02d4a27932fc8a1b28609973c3367a43 /spec/models/project_spec.rb | |
parent | 574e71ce3eda70add20b27ccd935e07186a5d7b0 (diff) | |
download | gitlab-ci-annotations.tar.gz |
Update annotationsannotations
Diffstat (limited to 'spec/models/project_spec.rb')
-rw-r--r-- | spec/models/project_spec.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb index c27f05a..c15fa2b 100644 --- a/spec/models/project_spec.rb +++ b/spec/models/project_spec.rb @@ -4,12 +4,12 @@ # # id :integer not null, primary key # name :string(255) not null -# timeout :integer default(1800), not null +# timeout :integer default(3600), not null # created_at :datetime # updated_at :datetime # token :string(255) # default_ref :string(255) -# path :string(255) +# path :string(255) # always_build :boolean default(FALSE), not null # polling_interval :integer # public :boolean default(FALSE), not null @@ -22,6 +22,7 @@ # skip_refs :string(255) # coverage_regex :string(255) # shared_runners_enabled :boolean default(FALSE) +# generated_yaml_config :text # require 'spec_helper' |