[Pkg-mc-commits] [Git][debian/mc][master] CI: initial commit, cme checks.

Dmitry Smirnov gitlab at salsa.debian.org
Sun Apr 8 14:36:48 UTC 2018


Dmitry Smirnov pushed to branch master at Debian / mc


Commits:
876960df by Dmitry Smirnov at 2018-04-09T00:35:24+10:00
CI: initial commit, cme checks.

- - - - -


1 changed file:

- + debian/.gitlab-ci.yml


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/debian/.gitlab-ci.yml
@@ -0,0 +1,19 @@
+---
+stages:
+  - check
+
+cme_dpkg-copyright:
+  stage: check
+  tags:
+    - cme
+  allow_failure: false
+  script: |
+    cme check dpkg-copyright
+
+cme_dpkg-control:
+  stage: check
+  tags:
+    - cme
+  allow_failure: true
+  script: |
+    cme check dpkg-control



View it on GitLab: https://salsa.debian.org/debian/mc/commit/876960dff30b0b1a9bdb25700d499957b44bbcd4

---
View it on GitLab: https://salsa.debian.org/debian/mc/commit/876960dff30b0b1a9bdb25700d499957b44bbcd4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-mc-commits/attachments/20180408/16465e9b/attachment.html>


More information about the Pkg-mc-commits mailing list