deps: Fail the process as soon as http_pull fails
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-03 23:33:46 +00:00
parent 60b1e67e91
commit 2bfe70dd51
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@ function pull_toolchain() {
else
echo ""
error "Can't find the package."
exit 4
fi
_pop
}
@ -225,6 +226,7 @@ function pull_bdwgc() {
else
echo ""
error "Can't find the package."
exit 4
fi
_pop
}