Skip to content
Snippets Groups Projects
Commit 7cc13370 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Avoid confusing morph and vulnix errors

parent 263fc872
Branches
No related tags found
3 merge requests!85Update production to staging,!71Bring Staging up to current Develop version,!64Run vulnerability scan on CI
Pipeline #314 failed
......@@ -26,7 +26,8 @@ if morph_result=$(morph build morph/grid/testing/grid.nix 2>&1); then
ln -s "$object" scan-target
else
echo "$morph_result"
exit 1
# Signal to the GitLab CI configuration this is a non-recoverable failure.
exit 4
fi
'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment