Skip to content
Snippets Groups Projects
Commit 90758eb7 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] start the shell-checkers during prepare

parent cb96bc04
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,14 @@ check-release:
variables:
- $RELEASE == "yes"
# Observed: when several shell with same dependencies are started, deadlock may
# occur when building these dependencies. We build these dependencies
# before running the rest of the pipeline to avoid that.
prepare-shell-checkers:
stage: prepare
script:
- ./nix/shell-checkers.sh "true"
################################################################################
### BUILD
......
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