alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
356 stars 74 forks source link

fix `set +euo pipefail` in travis_retry and docker_retry #2358

Closed SimeonEhrig closed 3 months ago

SimeonEhrig commented 3 months ago

If the functions was called the changed bash behavior was still working after the function call.

~Maybe fixes: #2357~ Does not solve #2357, see test PR: https://github.com/alpaka-group/alpaka/pull/2356

The PR fixes also two bugs in the CI scripts: