Skip to content
Snippets Groups Projects
Commit 1dc37387 authored by Lars Beckers's avatar Lars Beckers
Browse files

CI: allow failure of currently unused packages

parent b8676e4c
No related branches found
No related tags found
No related merge requests found
Pipeline #4205 passed with warnings
...@@ -40,6 +40,7 @@ ganeti: ...@@ -40,6 +40,7 @@ ganeti:
grml-zsh-config: grml-zsh-config:
stage: build stage: build
script: scripts/grml-zsh-config.sh script: scripts/grml-zsh-config.sh
allow_failure: true
artifacts: artifacts:
paths: paths:
- packages/* - packages/*
...@@ -47,6 +48,7 @@ grml-zsh-config: ...@@ -47,6 +48,7 @@ grml-zsh-config:
painintheapt: painintheapt:
stage: build stage: build
script: scripts/painintheapt.sh script: scripts/painintheapt.sh
allow_failure: true
artifacts: artifacts:
paths: paths:
- packages/* - packages/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment