style95 commented on code in PR #5419: URL: https://github.com/apache/openwhisk/pull/5419#discussion_r1210910164
########## tools/github/setup.sh: ########## @@ -20,6 +20,8 @@ #then echo skipping setup ; exit 0 #fi +set -e Review Comment: It is required to finish on an error. Now it works as expected. <img width="1329" alt="image" src="https://github.com/apache/openwhisk/assets/3447251/a3db7a6b-bf1c-4577-ab72-4bfb2fea45a3"> I will revert the temporary commit. -- 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]
