Skip to content
Snippets Groups Projects
Commit f5578ef9 authored by Hueser, Christian's avatar Hueser, Christian
Browse files

Merge branch 'add-needs-keyword-in-episode-8' into 'ci-episode-8-exercise-1-using-includes'

Add needs keyword with empty relation to start jobs immediately in episode 8

See merge request !37
parents ed508cdd d18f3fe5
No related tags found
1 merge request!37Add needs keyword with empty relation to start jobs immediately in episode 8
Pipeline #505033 passed
......@@ -15,3 +15,4 @@ build-gcc:
artifacts:
paths:
- build_gcc_${VERSION}
needs: []
......@@ -10,6 +10,7 @@ license-compliance:
- pipx install reuse
script:
- reuse lint
needs: []
codestyle:
stage: lint
......@@ -18,3 +19,4 @@ codestyle:
- pipx install cpplint
script:
- cpplint --recursive src/ tests/
needs: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment