Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
cab10e85
Commit
cab10e85
authored
Oct 25, 2022
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): should not return an error
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
5324e0c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ci-scripts/checkGitLabMergeRequestLabels.sh
ci-scripts/checkGitLabMergeRequestLabels.sh
+2
-2
No files found.
ci-scripts/checkGitLabMergeRequestLabels.sh
View file @
cab10e85
...
@@ -97,7 +97,7 @@ fi
...
@@ -97,7 +97,7 @@ fi
if
[
$IS_MR_4G
-eq
1
]
if
[
$IS_MR_4G
-eq
1
]
then
then
echo
"SHORTEN-4G"
echo
"SHORTEN-4G"
exit
1
exit
0
fi
fi
# 5G is present: run only 5G
# 5G is present: run only 5G
...
@@ -118,5 +118,5 @@ fi
...
@@ -118,5 +118,5 @@ fi
if
[
$IS_MR_DOCUMENTATION
-eq
1
]
if
[
$IS_MR_DOCUMENTATION
-eq
1
]
then
then
echo
"documentation"
echo
"documentation"
exit
1
exit
0
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment