crisward / dokku-clone

a dokku plugin for building an app from a cloned git repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ps_rebuild function doesn't work since dokku version 0.22.0

selmison opened this issue · comments

When dokku version is greater than 0.22.0 and is executed dokku clone <repository_name> <branch> the following error occur:

/var/lib/dokku/plugins/available/clone/functions: line 42: ps_rebuild: command not found

Because the funcition ps_build was removed for version 0.22.0

Thanks for letting me know.

I probably need to update this and my dokku installations.

Looks like this plugin is replaced by the git:sync command in v 23

Perhaps just upgrade to that?