[Python-modules-commits] [python-vagrant] 01/02: set up gitlab CI

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Tue Jan 9 17:02:47 UTC 2018


This is an automated email from the git hooks/post-receive script.

eighthave pushed a commit to branch master
in repository python-vagrant.

commit e6452b4886413aa2f14c87a0492145d34e3e2796
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Tue Jan 9 17:41:44 2018 +0100

    set up gitlab CI
---
 debian/.gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml
new file mode 100644
index 0000000..81ab782
--- /dev/null
+++ b/debian/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest
+
+build:
+  artifacts:
+    paths:
+    - "*_*.deb"
+    expire_in: 1 day
+  script:
+    - /run-git-buildpackage
+    - cp ../*_*.deb .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-vagrant.git



More information about the Python-modules-commits mailing list