summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2019-09-17 17:21:42 +0200
committerlouiz’ <louiz@louiz.org>2019-09-17 17:21:42 +0200
commitcd5f7f5cd1c9ee1d6b0654ca0eae36ce10dbc341 (patch)
tree8e2a3621a8dd384a315c7c5f88633c903b50c538
parentb5f7e599e0d2a5569d9ce4627cec5243827936f7 (diff)
downloadbiboumi-cd5f7f5cd1c9ee1d6b0654ca0eae36ce10dbc341.tar.gz
biboumi-cd5f7f5cd1c9ee1d6b0654ca0eae36ce10dbc341.tar.bz2
biboumi-cd5f7f5cd1c9ee1d6b0654ca0eae36ce10dbc341.tar.xz
biboumi-cd5f7f5cd1c9ee1d6b0654ca0eae36ce10dbc341.zip
ci: remove the packaging:deb job
Too hard to maintain...
-rw-r--r--.gitlab-ci.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4be11d1..509dfc7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -214,32 +214,6 @@ packaging:rpm:
dependencies:
- build:fedora
-packaging:deb:
- stage: packaging
- only:
- - master@louiz/biboumi
- - debian@louiz/biboumi
- tags:
- - docker
- allow_failure: true
- image: docker.louiz.org/louiz/biboumi/packaging-debian:latest
- before_script: []
- script:
- - git checkout debian
- - git pull
- - git merge --no-commit --no-ff master
- - mk-build-deps
- - apt update -y
- - apt install -y ./biboumi-build-deps*.deb
- - debuild -b -us -uc
- - mv ../*.deb .
- - mv ../*.build .
- - mv ../*.buildinfo .
- dependencies: []
- artifacts:
- untracked: true
- name: $CI_PROJECT_NAME-deb-$CI_BUILD_ID
-
packaging:archlinux:
stage: packaging
only: