[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci-master-only] only build master branch on commit

Shane Snyder xgitlab at cels.anl.gov
Thu Apr 23 11:00:52 CDT 2020



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


Commits:
6c6ebd9b by Shane Snyder at 2020-04-23T10:57:17-05:00
only build master branch on commit

CI_COMMIT_REF_NAME, *not* CI_MERGE_REQUEST_TARGET_BRANCH_NAME

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -15,7 +15,7 @@ build_darshan:
       when: always
     - if: '$CI_PIPELINE_SOURCE == "schedules"'
       when: always
-    - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
+    - if: '$CI_COMMIT_REF_NAME == "master"'
       when: always
 
   stage: build



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/6c6ebd9b5510f1b0e020ef647808ad30093e4a01

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/6c6ebd9b5510f1b0e020ef647808ad30093e4a01
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/20200423/737869c7/attachment-0001.html>


More information about the Darshan-commits mailing list