deis / slugrunner

Buildpack application runner for Deis Workflow.
https://deis.com
MIT License
13 stars 18 forks source link

Bug: exec: bash -c: not found #31

Closed krancour closed 8 years ago

krancour commented 8 years ago

Seen on recent deploy of buildpack apps:

$ kubectl logs iambic-offering-v2-web-s63x6 --namespace=iambic-offering --previous
2016/04/19 17:43:23 Successfully copied home/iambic-offering:git-5450cbcd/push/slug.tgz to slug.tgz
/runner/init: line 76: exec: bash -c: not found

Seems traceable back to here:

https://github.com/deis/slugrunner/pull/27/files

I have a PR already in the works to correct this without completely reverting https://github.com/deis/slugrunner/pull/27/files

cc @mboersma

bacongobbler commented 8 years ago

fwiw I'm on workflow-dev deploying example-go without issue