Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.bugzilla
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
OSL
code
org.etsi.osl.bugzilla
Commits
e630408a
Commit
e630408a
authored
6 months ago
by
Dimitrios Giannopoulos
Browse files
Options
Downloads
Patches
Plain Diff
fix: add protected run
parent
ae3078a5
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!8
Merging 2024Q2_RC into main, creating 2024Q2 Release
,
!7
Merging 2024Q2_RC into develop
Pipeline
#6707
passed with stage
Stage:
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
e630408a
...
...
@@ -13,7 +13,7 @@ include:
-
ci-templates/default.yml
-
ci-templates/build.yml
rules
:
-
if
:
'
$CI_COMMIT_REF_NAME
==
"develop"'
-
if
:
'
$CI_COMMIT_REF_NAME
==
"develop"
||
$CI_COMMIT_REF_PROTECTED
'
-
project
:
osl/code/org.etsi.osl.main
ref
:
develop
...
...
@@ -21,7 +21,7 @@ include:
-
ci-templates/default.yml
-
ci-templates/build_unprotected.yml
rules
:
-
if
:
'
$CI_COMMIT_REF_NAME
!=
"main"
&&
$CI_COMMIT_REF_NAME
!=
"develop"'
-
if
:
'
$CI_COMMIT_REF_NAME
!=
"main"
&&
$CI_COMMIT_REF_NAME
!=
"develop"
&&
!$CI_COMMIT_REF_PROTECTED
'
maven_build
:
extends
:
.maven_build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment