FIX - Force Alpine directory creation in case we're in Gitlab CI
This commit is contained in:
@ -8,4 +8,5 @@ build:
|
||||
script:
|
||||
- apt-get update && apt-get install -y wget sudo
|
||||
- MOUNTBIN=`which mount` && rm -f $MOUNTBIN && ln -sf `which echo` $MOUNTBIN
|
||||
- bash install-and-chroot.sh
|
||||
- mkdir /alpine && cp build /alpine/
|
||||
- FORCE_EXEC=1 bash install-and-chroot.sh
|
||||
|
Reference in New Issue
Block a user