[pulsarbot] Address issue where pulsarbot exits too early (#34)

- "set -e" mode behaves sometimes in unexpected ways
   explanation:
   http://mywiki.wooledge.org/BashFAQ/105
  - in this case the real culprit was the counter
    ((foundjobs++)) made the script exit
1 file changed
tree: 3d082b03ab731df8927f6457f28a29a27744f0a5
  1. cherry-pick/
  2. diff-only/
  3. doc-label-check/
  4. gh-actions-artifact-client/
  5. http-cache-action/
  6. paths-filter/
  7. pulsarbot/
  8. setup-maven/
  9. test-reporter/
  10. .asf.yaml
  11. .gitignore
  12. README.md
README.md

Apache Pulsar Test Infrastructure

This repo is used for keeping all the scripts and github actions for running Pulsar test infrastructure.

Github Actions