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

Commits:
94810378 by Abhilash Raj at 2019-03-02T01:37:36Z
Only trigger downstream tests for main repo and not forks.

- - - - -
60abaf48 by Abhilash Raj at 2019-03-02T01:37:36Z
Merge branch 'fix-ci' into 'master'

Only trigger downstream tests for main repo and not forks.

See merge request mailman/mailman!465
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -17,6 +17,7 @@ stages:
   - test
   - upload
   - deploy
+
 qa:
   script:
   - tox -e qa
@@ -83,9 +84,13 @@ upload:
     paths:
       - dist/*
     expire_in: 1 week
+  only:
+    - branches@mailman/mailman
 
 trigger-client:
   stage: deploy
+  only:
+    - branches@mailman/mailman
   trigger:
     project: mailman/mailmanclient
     branch: master



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

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/e5c55031206a1dd88e9d8da5076b218f26217da3...60abaf48b64782ea7531fac889ea97c381932abe
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