Add busybox shell
1 unresolved thread
1 unresolved thread
Compare changes
+ 5
− 2
@@ -4,13 +4,14 @@ import (
@@ -25,6 +26,8 @@ elif [ -x /usr/bin/sh ]; then
This is a general Merge Request template. Consider to choose a template from the list above if it will match your case more.
Allows the busybox shell to execute commands in the build job
to allow image for build jobs that use the busybox shell
I dont think so
master
(if you do - rebase it please)
Why is this needed? Usually,
busybox
installs in/bin/sh
:)OK. I'm OK to merge that. Can we add some way to test it?
I am not sure how, the rest of it is not currently being tested.
what ever is used to test would need to have none of the other shells or it would just run
exec
with one of them instead.