From: Roland Clobus Date: Wed, 8 May 2019 15:42:12 +0000 (+0000) Subject: Automatically create a snapshot of the latest package X-Git-Tag: debian/1%20190614~10 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=b50563d08e26ddd6bef3895323c37d73c2130920 Automatically create a snapshot of the latest package --- diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml new file mode 100644 index 0000000..5f4bbdc --- /dev/null +++ b/debian/gitlab-ci.yml @@ -0,0 +1,12 @@ +image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest + +pages: + stage: deploy + artifacts: + paths: + - public + only: + - master + script: + - gitlab-ci-git-buildpackage-all + - gitlab-ci-aptly