[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] run build stage on master commit, web, or schedule

Shane Snyder xgitlab at cels.anl.gov
Fri Apr 17 10:23:21 CDT 2020



Shane Snyder pushed to branch dev-gitlab-ci at darshan / darshan


Commits:
8219c8c8 by Shane Snyder at 2020-04-17T10:23:04-05:00
run build stage on master commit, web, or schedule

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -12,6 +12,10 @@ build_darshan:
     - ecp-theta
 
   rules:
+    - if: '$CI_PIPELINE_SOURCE == "web"'
+      when: always
+    - if: '$CI_PIPELINE_SOURCE == "schedules"'
+      when: always
     - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
       when: always
 



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/8219c8c871a350859bffc0c96684ce9a7a5c0e73

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/8219c8c871a350859bffc0c96684ce9a7a5c0e73
You're receiving this email because of your account on xgitlab.cels.anl.gov.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20200417/e6fa23e3/attachment.html>


More information about the Darshan-commits mailing list