Commit fa0a326b authored by Tomasz Maczukin's avatar Tomasz Maczukin

Rename API::Entities::JobRequest::ServiceImage to API::Entities::JobRequest::Service

parent c64de417
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment