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
294 stars 59 forks source link

check at least for TRAVIS=true / Binding $PWD into chroot as default was a bad idea. #24

Open MaxPeal opened 4 years ago

MaxPeal commented 4 years ago

please check at least for TRAVIS=true and not Binding $PWD into chroot as default to not brake any systems witch is not TRAVIS https://github.com/alpinelinux/alpine-chroot-install/blob/master/alpine-chroot-install#L266-L271

MaxPeal commented 4 years ago

@jirutka can you please take a look in this?