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
aa9166de
Commit
aa9166de
authored
4 months ago
by
trantzas
Browse files
Options
Downloads
Patches
Plain Diff
Update the ng-cli image that is used in building pipelines (fix for
#36
)
parent
0ced63f6
No related branches found
No related tags found
3 merge requests
!46
MR for Release 2024Q4
,
!42
Merge develop into side branch
,
!39
Resolve "Update the ng-cli image that is used in building pipelines"
Pipeline
#10118
passed
4 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci-templates/build.yml
+1
-1
1 addition, 1 deletion
ci-templates/build.yml
ci-templates/build_unprotected.yml
+1
-1
1 addition, 1 deletion
ci-templates/build_unprotected.yml
with
2 additions
and
2 deletions
ci-templates/build.yml
+
1
−
1
View file @
aa9166de
...
...
@@ -26,7 +26,7 @@
.angular_build
:
extends
:
.default
stage
:
build
image
:
trion/ng-cli:1
4.2.6
image
:
trion/ng-cli:1
3.3.7
script
:
-
|
if [ ! -f "./src/assets/config/theming.scss" ]; then
...
...
This diff is collapsed.
Click to expand it.
ci-templates/build_unprotected.yml
+
1
−
1
View file @
aa9166de
...
...
@@ -20,7 +20,7 @@
.angular_build
:
extends
:
.default
stage
:
build
image
:
trion/ng-cli:1
4.2.6
image
:
trion/ng-cli:1
3.3.7
script
:
-
|
if [ ! -f "./src/assets/config/theming.scss" ]; then
...
...
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