From 22e9ccd8906cbf80491613f5739e34978495ffc7 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 2 Jul 2019 19:52:03 +0100 Subject: [PATCH] Use standard CI build script --- .gitlab-ci.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06b3304..f9d4632 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,29 +1 @@ -stages: - - build_src - - build_pkg - - upload - -build:src: - stage: build_src - image: "ai/build:stretch" - script: "build-dsc" - artifacts: - paths: - - build-deb/ - -build:pkg: - stage: build_pkg - image: "ai/build:stretch" - script: "build-deb" - dependencies: - - build:src - artifacts: - paths: - - output-deb/ - -upload:ai3: - stage: upload - image: "ai/pkg:base" - script: "upload-packages --repository=ai3" - dependencies: - - build:pkg +include: "https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml" -- GitLab