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
This commit is contained in:
parent
10999bbdcf
commit
cb68fb3e0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue