From 7a2b7fec84f9f9b0c299151917c9e65f7d236732 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 23 Mar 2019 09:10:32 +0000 Subject: [PATCH] Switch to default CI workflow --- .gitlab-ci.yml | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1f481b..0ab4c96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,37 +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