Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot_input
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CbmSoft
cbmroot_input
Merge requests
!15
Use proper unix type file format
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use proper unix type file format
f.uhlig/cbmroot_input:test_file_type
into
master
Overview
0
Commits
2
Pipelines
5
Changes
5
Merged
Florian Uhlig
requested to merge
f.uhlig/cbmroot_input:test_file_type
into
master
4 years ago
Overview
0
Commits
2
Pipelines
5
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 5
c1b77e16
4 years ago
version 4
55d8fa29
4 years ago
version 3
d3f522ea
4 years ago
version 2
9896e76e
4 years ago
version 1
d2d695e7
4 years ago
master (base)
and
version 2
latest version
35316d34
2 commits,
4 years ago
version 5
c1b77e16
2 commits,
4 years ago
version 4
55d8fa29
4 commits,
4 years ago
version 3
d3f522ea
3 commits,
4 years ago
version 2
9896e76e
2 commits,
4 years ago
version 1
d2d695e7
1 commit,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -9,7 +9,7 @@ FileFormatCheck:
refs
:
-
merge_requests
variables
:
-
$CI_MERGE_REQUEST_PROJECT_PATH == "
c
bm
s
oft/cbmroot_input" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
-
$CI_MERGE_REQUEST_PROJECT_PATH == "
C
bm
S
oft/cbmroot_input" && $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