Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.main
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Model 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
Show more breadcrumbs
OSL
code
org.etsi.osl.main
Commits
ffe78d11
Commit
ffe78d11
authored
1 year ago
by
Dimitrios Giannopoulos
Browse files
Options
Downloads
Patches
Plain Diff
added newlines
parent
9276028a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!34
Merging develop (merged from 2024Q2_RC) into main creating for 2024Q2 Release
,
!33
Merging 2024Q2_RC into main creating for 2024Q2 Release
,
!20
Resolve "Update gitlab CI file to use inherited jobs from main"
Pipeline
#3795
passed
1 year ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
ci-templates/default.yml
+1
-1
1 addition, 1 deletion
ci-templates/default.yml
ci-templates/dependencies.yml
+5
-0
5 additions, 0 deletions
ci-templates/dependencies.yml
with
7 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
ffe78d11
...
@@ -3,4 +3,4 @@ include:
...
@@ -3,4 +3,4 @@ include:
-
ci-templates/build.yml
-
ci-templates/build.yml
maven_build
:
maven_build
:
extends
:
.maven_build
extends
:
.maven_build
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ci-templates/default.yml
+
1
−
1
View file @
ffe78d11
...
@@ -19,4 +19,4 @@ stages:
...
@@ -19,4 +19,4 @@ stages:
fi
fi
# rules:
# rules:
# - if: $CI_COMMIT_REF_NAME == "main"
# - if: $CI_COMMIT_REF_NAME == "main"
# - if: $CI_COMMIT_REF_NAME == "develop"
# - if: $CI_COMMIT_REF_NAME == "develop"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ci-templates/dependencies.yml
0 → 100644
+
5
−
0
View file @
ffe78d11
install_node_dependencies
:
stage
:
install
image
:
node:latest
script
:
-
npm install
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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