diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-04-17 14:35:36 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-04-17 14:35:36 +0300 |
commit | 889942fcbbbe44581e33efbb0d62a5fd0e12ab61 (patch) | |
tree | 31f0ea045d1b1185ff3b2b95c81c93f697f80deb /spec/models/build_spec.rb | |
parent | e803e3f26f771b8e424d251951c88892858cb6b1 (diff) | |
download | gitlab-ci-cleanup.tar.gz |
annotatecleanup
Diffstat (limited to 'spec/models/build_spec.rb')
-rw-r--r-- | spec/models/build_spec.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/spec/models/build_spec.rb b/spec/models/build_spec.rb index de0e0b9..073a215 100644 --- a/spec/models/build_spec.rb +++ b/spec/models/build_spec.rb @@ -4,20 +4,15 @@ # # id :integer not null, primary key # project_id :integer -# ref :string(255) # status :string(255) # finished_at :datetime # trace :text # created_at :datetime # updated_at :datetime -# sha :string(255) # started_at :datetime -# tmp_file :string(255) -# before_sha :string(255) -# push_data :text # runner_id :integer -# coverage :float # commit_id :integer +# coverage :float # commands :text # job_id :integer # |