diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-05 16:06:35 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-05 16:06:35 +0200 |
| commit | 29a7c6796e75d3a36c613622c7c7507646fd93a0 (patch) | |
| tree | 43cedaf7357fd4b5c8fa8a363dda12d4a7b6fdaa /spec/requests | |
| parent | c9853897229ca5585c69c4675cbeefd9ca53147d (diff) | |
| download | gitlab-ce-29a7c6796e75d3a36c613622c7c7507646fd93a0.tar.gz | |
Fix GitLabCiService and remove ci_yaml_file from CI push data
Diffstat (limited to 'spec/requests')
| -rw-r--r-- | spec/requests/ci/api/commits_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/requests/ci/api/commits_spec.rb b/spec/requests/ci/api/commits_spec.rb index a41c321a300..6049135fd10 100644 --- a/spec/requests/ci/api/commits_spec.rb +++ b/spec/requests/ci/api/commits_spec.rb @@ -44,8 +44,7 @@ describe Ci::API::API, 'Commits' do "email" => "jordi@softcatala.org", } } - ], - ci_yaml_file: gitlab_ci_yaml + ] } end |
