Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Exercise Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
HIFIS
HIFIS Software Services
Education and Training
Workshop Materials
Continuous Integration in GitLab
Exercise Project
Commits
d71cd607
Verified
Commit
d71cd607
authored
11 months ago
by
Hueser, Christian
Browse files
Options
Downloads
Patches
Plain Diff
Improve consistency with workshop materials and example project
parent
8dba3104
No related branches found
No related tags found
1 merge request
!23
Improve consistency with workshop materials and example project for episode 6 - optimize pipeline
Pipeline
#369514
passed
11 months ago
Stage: lint
Stage: build
Stage: test
Stage: run
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
d71cd607
...
@@ -30,7 +30,7 @@ default:
...
@@ -30,7 +30,7 @@ default:
matrix
:
matrix
:
-
VERSION
:
[
"
12"
,
"
13"
]
-
VERSION
:
[
"
12"
,
"
13"
]
license
_
compliance
:
license
-
compliance
:
stage
:
lint
stage
:
lint
before_script
:
before_script
:
-
!reference
[
.install_dependencies
,
before_script
]
-
!reference
[
.install_dependencies
,
before_script
]
...
@@ -39,7 +39,7 @@ license_compliance:
...
@@ -39,7 +39,7 @@ license_compliance:
-
reuse lint
-
reuse lint
interruptible
:
true
interruptible
:
true
lint
:
codestyle
:
stage
:
lint
stage
:
lint
before_script
:
before_script
:
-
!reference
[
.install_dependencies
,
before_script
]
-
!reference
[
.install_dependencies
,
before_script
]
...
@@ -72,7 +72,7 @@ test:gcc:
...
@@ -72,7 +72,7 @@ test:gcc:
-
job
:
"
build:gcc"
-
job
:
"
build:gcc"
artifacts
:
true
artifacts
:
true
run
:
run
ning
:
stage
:
run
stage
:
run
image
:
gcc:12
image
:
gcc:12
script
:
script
:
...
...
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