TEST to fix Alpine problems while using another repository

master
Olivier DOSSMANN 2018-08-04 21:29:33 +02:00
parent 3ff2e73355
commit ce1521f0b2
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: debian:stretch-slim
image: debian:latest
stages:
- build
@ -7,4 +7,5 @@ build:
stage: build
script:
- apt-get update && apt-get install -y wget sudo
# - echo "147.75.32.21 nl.alpinelinux.org" >> /etc/hosts
- bash install-and-chroot.sh

View File

@ -21,7 +21,7 @@ fi
# Install Alpine
if ! test -d "$DIR"; then
sudo sh ./$SCRIPT -d $DIR \
sudo bash ./$SCRIPT -d $DIR -m http://ftp.halifax.rwth-aachen.de/alpine \
-p abuild \
-p build-base \
-p git \