Codebase list logbook / e32a9f6
Merge branch 'gci-generic' into 'master' Use genericpipeline docker images. See merge request debian/logbook!2 Agustin Henze 5 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3939
4040 run reprotest:
4141 stage: test
42 image: inakimalerba/reprotest-docker
42 image: genericpipeline/reprotest-docker
4343 script:
4444 - apt-get update && apt-get install eatmydata -y
4545 - eatmydata apt-get build-dep -y .
4949
5050 run piuparts:
5151 stage: test
52 image: agustinhenze/piuparts-docker
52 image: genericpipeline/piuparts-docker
5353 services:
5454 - docker:dind
5555 script:
5858 - docker exec ${CONTAINER_ID} bash -c "apt-get update && apt-get install eatmydata -y"
5959 - mkdir -p ${CHROOT_PATH}
6060 - docker export ${CONTAINER_ID} | tar -C ${CHROOT_PATH} -xf -
61 - mknod -m 666 ${CHROOT_PATH}/dev/urandom c 1 9
6162 - piuparts --hard-link -e ${CHROOT_PATH} ${WORKING_DIR}/*.deb
6263 tags:
6364 - privileged