jstastny-cz opened a new issue, #756: URL: https://github.com/apache/incubator-kie-issues/issues/756
Currently, kogito-ci-build image sources ``` RUN echo "source wait-for-docker.sh" >> ~/.bashrc ``` a script which has `set -e` in it. This results in the interactive shell session being itnerrupted on a non-zero return code. E.g. wrongly shaped call to `git config` is a reproducer. Should not be affecting CI as the shell session there is not interactive. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
