update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)
Michael Stapelberg
5 years ago
20 | 20 | # Build the world as-is: |
21 | 21 | - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > before-applying-commit.json" |
22 | 22 | # Copy this package into the overlay: |
23 | - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'" | |
23 | - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-no-pristine-tar --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'" | |
24 | 24 | - "pgt-gopath -dsc /tmp/export/*.dsc" |
25 | 25 | # Rebuild the world: |
26 | 26 | - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > after-applying-commit.json" |