Another try to fix the CI
This commit is contained in:
parent
9ebddbe9f7
commit
d2bc6e278d
|
@ -3,9 +3,16 @@ 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:
|
||||
- provisioning
|
||||
- build
|
||||
- publish
|
||||
- test
|
||||
- deploy
|
||||
|
||||
pages:
|
||||
image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest
|
||||
stage: publish
|
||||
stage: deploy
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue