rcm: remove outdated comment
PushCompose() does not inject a local target anymore.
This commit is contained in:
parent
eb10cf3124
commit
a6338410bc
1 changed files with 0 additions and 1 deletions
|
|
@ -206,7 +206,6 @@ func (api *API) submit(writer http.ResponseWriter, request *http.Request, _ http
|
|||
|
||||
// Push the requested compose to the store
|
||||
composeUUID := uuid.New()
|
||||
// nil is used as an upload target, because LocalTarget is already used in the PushCompose function
|
||||
err = api.store.PushCompose(imageType, composeUUID, &blueprint.Blueprint{}, repoConfigs, packages, buildPackages, 0, nil)
|
||||
if err != nil {
|
||||
if api.logger != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue