buildpack-gitlab
buildpack-gitlab copied to clipboard
Error on push
I've followed the instructions on the Wiki Page step by step, but the second push gets rejected with the error message remote: /tmp/buildpackjrnC2/bin/compile: line 35: sudo: command not found. Anyone any idea why this happens?
Hi @sweiler, unfortunately i have not been active on this project anymore and currently don't have much time to work on it.
If you are interested in solving this issue, i would guess this might be related to the new cedar-14 stack.
So as a first step, the buildpack would have to be made aware of the stack (see https://devcenter.heroku.com/articles/buildpack-api#stacks) as the current solution might only work on the old cedar stack.
As the next step, one should investigate if and how it could work for cedar-14 with the available packages https://devcenter.heroku.com/articles/cedar-ubuntu-packages and maybe the missing sudo command.
Let me know if you want to work on this.
This wouldn't have anything to do with Heroku, surely. Because @sweiler was using it with Dokku.
Any other ideas, anybody?