Skip to content
Snippets Groups Projects
Commit 87731bfd authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

create-iso-jenkins.sh: Add sanity test after create-iso.sh call

parent 39c88f0d
No related branches found
No related tags found
No related merge requests found
......@@ -30,4 +30,10 @@ sudo ./create-iso.sh --all "iso/$ISO" \
--mirror "$REPO" \
--output "$OUTPUT" <<< y
RESULT=$?
cd -
if test $RESULT -ne 0; then
echo "Error executing create-iso.sh"
exit $RESULT
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment