Add bash script that checks the return value of the Binder build API curl and accepts success (0) or max-time limit reached return (28) as successful returns of the function for the CI.
This follows up on PR #15 and fixes the issue with the curl return code that was introduced in it.
Add bash script that checks the return value of the Binder build API curl and accepts success (
0
) or max-time limit reached return (28
) as successful returns of the function for the CI.This follows up on PR #15 and fixes the issue with the curl return code that was introduced in it.