FIX problem with mount in Docker container for .gitlab-ci.yml
This commit is contained in:
parent
8cbe2fecb9
commit
d7d1498417
@ -7,4 +7,5 @@ build:
|
|||||||
stage: build
|
stage: 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
|
||||||
- bash install-and-chroot.sh
|
- bash install-and-chroot.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user