lhotari opened a new pull request, #15160:
URL: https://github.com/apache/pulsar/pull/15160

   ### Motivation
   
   There was a recent CI problem where the Docker image failed to load. The 
command failed, but the build job didn't fail. When investigating the issue, it 
was noticed that pulsar_ci_tool.sh doesn't contain proper error handling 
options in the script.
   
   ### Modifications
   
   Make script fail on errors by setting these options:
   ```
   set -e
   set -o pipefail
   ```


-- 
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]

Reply via email to