Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core

Commits:
70fe8995 by Abhilash Raj at 2019-02-27T02:51:30Z
Setup Gitlab CI to trigger a Client build on every commit.

- - - - -
e5c55031 by Abhilash Raj at 2019-02-27T02:51:30Z
Merge branch 'trigger-client' into 'master'

Setup Gitlab CI to trigger a Client build on every commit.

See merge request mailman/mailman!462
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -12,6 +12,11 @@ variables:
   MYSQL_DATABASE: "test_mailman"
   LC_ALL: "C.UTF-8"
 
+
+stages:
+  - test
+  - upload
+  - deploy
 qa:
   script:
   - tox -e qa
@@ -71,10 +76,16 @@ diffcov:
   - master
 
 upload:
-  stage: deploy
+  stage: upload
   script:
     - python3 setup.py sdist
   artifacts:
     paths:
       - dist/*
     expire_in: 1 week
+
+trigger-client:
+  stage: deploy
+  trigger:
+    project: mailman/mailmanclient
+    branch: master



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/dbaef5f673477c26684f448093193326614c468a...e5c55031206a1dd88e9d8da5076b218f26217da3

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/dbaef5f673477c26684f448093193326614c468a...e5c55031206a1dd88e9d8da5076b218f26217da3
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to