You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an application has a buildpack builder, without any settings set, the command koyeb service update theapp/service --git-builder docker doesn't change the builder type.
If an application has a buildpack builder, without any settings set, the command
koyeb service update theapp/service --git-builder docker
doesn't change the builder type.here we should add:
and here we should check if
source.GetBuildpack
returns a struct with only empty fields.We also need to update here to add:
and just below, also check if the struct returned by GetDocker() is empty.
The text was updated successfully, but these errors were encountered: