Check current GitlabCI directory
This commit is contained in:
parent
8b7f23e8f6
commit
504ea39a27
@ -8,5 +8,5 @@ build:
|
|||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y wget sudo
|
- apt-get update && apt-get install -y wget sudo
|
||||||
- MOUNTBIN=`which mount` && rm -f $MOUNTBIN && ln -sf `which echo` $MOUNTBIN
|
- MOUNTBIN=`which mount` && rm -f $MOUNTBIN && ln -sf `which echo` $MOUNTBIN
|
||||||
- mkdir /alpine && cp build /alpine/
|
- mkdir "/alpine$(pwd)" && cp build "/alpine$(pwd)"
|
||||||
- FORCE_EXEC=1 bash install-and-chroot.sh
|
- FORCE_EXEC=1 bash install-and-chroot.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user