avantgardnerio commented on code in PR #249:
URL: https://github.com/apache/arrow-ballista/pull/249#discussion_r974868536
##########
dev/build-ballista-docker-arm64.sh:
##########
@@ -19,7 +19,7 @@
if [ -z "${DOCKER_REPO}" ]; then
echo "DOCKER_REPO env var must be set"
- exit -1
+ exit 1
Review Comment:
Negative error codes aren't actually valid?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]