diff options
author | Raphaël Hertzog <raphael@offensive-security.com> | 2020-09-25 11:40:06 +0200 |
---|---|---|
committer | Raphaël Hertzog <raphael@offensive-security.com> | 2020-09-25 11:40:06 +0200 |
commit | d2bc6e278d5065cabf4b6ec42e6e23797d57cc04 (patch) | |
tree | 6c977c9adc2e7e6373df4c93c770a1a70cfaf3d4 /debian/gitlab-ci.yml | |
parent | 9ebddbe9f7aebe061987389746dc9874445d3cb9 (diff) | |
download | vyos-live-build-d2bc6e278d5065cabf4b6ec42e6e23797d57cc04.tar.gz vyos-live-build-d2bc6e278d5065cabf4b6ec42e6e23797d57cc04.zip |
Another try to fix the CI
Diffstat (limited to 'debian/gitlab-ci.yml')
-rw-r--r-- | debian/gitlab-ci.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index a746b589a..b310db53f 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -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: |