alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
MIT License
290 stars 59 forks source link

Is it possible to let enter-chroot return the exit code of the command being run? #4

Closed DDoSolitary closed 6 years ago

DDoSolitary commented 6 years ago

That would be really useful in a CI environment to determine whether the build succeeded or not.

jirutka commented 6 years ago

It should work in this way, exactly for this use case. So it’s a bug if it does not. I’ll look at it later.

DDoSolitary commented 6 years ago

It is my build script's fault. It didn't return the error code returned by abuild. Sorry.