Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot_geometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
mCBM
cbmroot_geometry
Merge requests
!4
mCBM ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
mCBM ci
mCBM_ci
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Pierre-Alain Loizeau
requested to merge
mCBM_ci
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
500c5601
1 commit,
3 years ago
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
6
−
1
Options
@@ -2,7 +2,7 @@ stages:
-
checkRepository
-
checkFormat
-
finalise
RebaseCheck
:
stage
:
checkRepository
image
:
alpine
@@ -13,6 +13,7 @@ RebaseCheck:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "CbmSoft/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
$CI_MERGE_REQUEST_PROJECT_PATH == "mcbm/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
@@ -44,6 +45,7 @@ LinearHistCheck:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "CbmSoft/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
$CI_MERGE_REQUEST_PROJECT_PATH == "mcbm/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
@@ -73,6 +75,7 @@ FileFormatCheck:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "CbmSoft/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
$CI_MERGE_REQUEST_PROJECT_PATH == "mcbm/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
@@ -91,6 +94,7 @@ FileEndCheck:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "CbmSoft/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
$CI_MERGE_REQUEST_PROJECT_PATH == "mcbm/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
@@ -109,6 +113,7 @@ FileMediaCheck:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "CbmSoft/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
$CI_MERGE_REQUEST_PROJECT_PATH == "mcbm/cbmroot_geometry" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script
:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
Loading