diff options
author | nicoo <nicoo@debian.org> | 2020-02-12 19:16:46 +0100 |
---|---|---|
committer | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2020-02-12 19:16:46 +0100 |
commit | 5fef60866c3d598c56e11a0be699787e56a08b50 (patch) | |
tree | f6bd960f6e2c6a524af995a06e0ecc074c892953 /debian/.gitlab-ci.yml | |
parent | ead7103f3338a8f01d863e594994bc0b40ad4edf (diff) |
Gitlab CI: Use the pipeline from salsa-ci-team
Diffstat (limited to 'debian/.gitlab-ci.yml')
-rw-r--r-- | debian/.gitlab-ci.yml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml index 76ce17f..33c3a64 100644 --- a/debian/.gitlab-ci.yml +++ b/debian/.gitlab-ci.yml | |||
@@ -1,12 +1,4 @@ | |||
1 | image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest | 1 | --- |
2 | 2 | include: | |
3 | build: | 3 | - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml |
4 | artifacts: | 4 | - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml |
5 | paths: | ||
6 | - "*.deb" | ||
7 | expire_in: 1 day | ||
8 | script: | ||
9 | - gitlab-ci-git-buildpackage-all | ||
10 | except: | ||
11 | variables: | ||
12 | - $CI_COMMIT_TAG != null | ||