[Darshan-commits] [Git][darshan/darshan][master] 2 commits: only build master branch on commit
Shane Snyder
xgitlab at cels.anl.gov
Thu Apr 23 11:03:50 CDT 2020
Shane Snyder pushed to branch master 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
- - - - -
3e25d9ad by Shane Snyder at 2020-04-23T11:03:48-05:00
Merge branch 'dev-gitlab-ci-master-only' into 'master'
modify GitLab CI pipelines to build on master commits
See merge request darshan/darshan!47
- - - - -
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/compare/7dfbddce4d4e467594162c7a9b3c8a4c74aeca64...3e25d9ad5d9f408a73400372c02cb973277a92ef
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/compare/7dfbddce4d4e467594162c7a9b3c8a4c74aeca64...3e25d9ad5d9f408a73400372c02cb973277a92ef
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/2faae451/attachment.html>
More information about the Darshan-commits
mailing list