Where am I in chroot?

This commit is contained in:
2018-08-05 00:09:31 +02:00
parent 667b6b1df7
commit 64c5c17ed6
2 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ stages:
build:
stage: build
cache: {}
script:
- apt-get update && apt-get install -y wget sudo
- MOUNTBIN=`which mount` && rm -f $MOUNTBIN && ln -sf `which echo` $MOUNTBIN
- mkdir "/alpine$(pwd)" && cp build "/alpine$(pwd)"
- FORCE_EXEC=1 bash install-and-chroot.sh