From cb68fb3e0a92a6288cacd3fe6ba4c810820942cf Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 12 Mar 2020 13:01:30 +0000 Subject: CI: fix deploy stage Clean the build tree before running, and list all the stages as the CI implementation does not merge them from multiple includes Gbp-Dch: ignore --- debian/gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index ffad241bb..57680e787 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -3,14 +3,21 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml +stages: + - build + - publish + - test + - deploy + pages: image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest - stage: publish + stage: deploy artifacts: paths: - public only: - master script: + - git clean -fdx - gitlab-ci-git-buildpackage-all - gitlab-ci-aptly -- cgit v1.2.3