From dff4ad5e0e830010bea7edd9520afbfef59ec492 Mon Sep 17 00:00:00 2001 From: Salsa Pipeline Bot Date: Sun, 19 Aug 2018 14:14:25 +0000 Subject: Update pipeline Gbp-Dch: Ignore --- debian/gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index 88ec151..96d463e 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -16,16 +16,15 @@ image: debian:unstable build package: stage: build image: registry.salsa.debian.org/salsa-ci-team/images/gbp + services: + - docker:dind artifacts: expire_in: 180 day name: "$CI_BUILD_NAME" paths: - ${WORKING_DIR}/ script: - - apt-get update - - eatmydata apt-get build-dep -y . - - gbp pull --ignore-branch - - gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} -us -uc + - gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} --git-builder='docker-build.sh registry.salsa.debian.org/salsa-ci-team/images/dockerbuilder' run autopkgtest: stage: test @@ -52,7 +51,7 @@ run reprotest: - apt-get update - eatmydata apt-get build-dep -y . - export DEB_BUILD_OPTIONS=nocheck - - eatmydata reprotest . -- null &> reprotest.log + - eatmydata reprotest --no-diffoscope . -- null &> reprotest.log run piuparts: stage: test -- cgit v1.2.3