Skip to content
Snippets Groups Projects
Commit 9396c9f0 authored by Magnus Svensson's avatar Magnus Svensson
Browse files

Always check if modules are depricated

parent 1b391fdd
Branches main
No related tags found
No related merge requests found
Pipeline #119268 passed
...@@ -53,13 +53,14 @@ ra10ke check deprecation: ...@@ -53,13 +53,14 @@ ra10ke check deprecation:
stage: test stage: test
script: script:
- rake r10k:deprecation - rake r10k:deprecation
when: manual allow_failure: true
ra10ke outdated: ra10ke outdated:
stage: test stage: test
script: script:
- rake r10k:dependencies - rake r10k:dependencies
when: manual when: manual
allow_failure: true
ra10ke solve dependencies: ra10ke solve dependencies:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment