From 6bbb934133f4c32282457d782cef44b66d270336 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 23 Mar 2019 09:12:28 +0000 Subject: [PATCH] Switch to default CI workflow --- .gitlab-ci.yml | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62596d0..0ab4c96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,36 +1,2 @@ -stages: - - build_src - - build_pkg - - upload - -build:src: - stage: build_src - image: "ai/build:stretch" - script: "build-dsc" - artifacts: - paths: - - build-deb/ - only: - - master - -build:pkg: - stage: build_pkg - image: "ai/build:stretch" - script: "build-deb" - dependencies: - - build:src - artifacts: - paths: - - output-deb/ - only: - - master - -upload:pkg: - stage: upload - image: "ai/pkg:base" - script: "upload-packages -r ai3" - dependencies: - - build:pkg - only: - - master +include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" -- GitLab