summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-06-12 12:48:15 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2017-06-12 12:58:36 +0200
commitfa0a326bf2678b9386a79dfd5281dee1e5ee8af8 (patch)
tree6305b26aaa1cb19971110240e4089fb8d5c1d1c4
parentc64de417d2ff135f09504ff5d464fc7633872034 (diff)
downloadgitlab-ce-fa0a326bf2678b9386a79dfd5281dee1e5ee8af8.tar.gz
Rename API::Entities::JobRequest::ServiceImage to API::Entities::JobRequest::Service
-rw-r--r--lib/api/entities.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 8d3d34b844d..af55c372eea 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -807,7 +807,7 @@ module API
expose :name, :entrypoint
end
- class ServiceImage < Image
+ class Service < Image
expose :alias, :command
end
@@ -852,7 +852,7 @@ module API
expose :variables
expose :steps, using: Step
expose :image, using: Image
- expose :services, using: ServiceImage
+ expose :services, using: Service
expose :artifacts, using: Artifacts
expose :cache, using: Cache
expose :credentials, using: Credentials