Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eddie
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
eddie
Merge requests
!4
The source project of this merge request has been removed.
Change ci image to ubuntu
Closed
Change ci image to ubuntu
(removed):main
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Pawel Stankiewicz
requested to merge
(removed):main
into
main
3 years ago
Overview
0
Pipelines
0
Changes
2
Expand
Signed-off-by: Paweł Stankiewicz
pawel.stankiewicz@huawei.com
0
0
Merge request reports
Compare
main
version 1
2b6c6f7d
3 years ago
main (base)
and
latest version
latest version
7b5d204f
2 commits,
3 years ago
version 1
2b6c6f7d
1 commit,
3 years ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
1
Options
@@ -4,7 +4,7 @@ default:
stages
:
-
build
image
:
gcc
image
:
ubuntu:22.04
build
:
stage
:
build
Loading