diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-12-15 16:24:14 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-12-15 16:24:14 +0100 |
commit | d27befe64dd0d55bec2472ef641c4733cc669215 (patch) | |
tree | 623db3d658408b42d8b25e923eb9ccf68016d9fa /lib/ci/api/api.rb | |
parent | 447e598ec4ee0d2fae29303d4359ffe6a06d3ba5 (diff) | |
parent | 4493d3fd556af6ded47f940f258b0fc26c9eb3e8 (diff) | |
download | gitlab-ce-d27befe64dd0d55bec2472ef641c4733cc669215.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into workhorse-passthrough
Diffstat (limited to 'lib/ci/api/api.rb')
-rw-r--r-- | lib/ci/api/api.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ci/api/api.rb b/lib/ci/api/api.rb index 07e68216d7f..5c347e432b4 100644 --- a/lib/ci/api/api.rb +++ b/lib/ci/api/api.rb @@ -30,9 +30,7 @@ module Ci helpers Gitlab::CurrentSettings mount Builds - mount Commits mount Runners - mount Projects mount Triggers end end |