matthewfeickert / R-in-Jupyter-with-Binder

Example of how to use R in Jupyter notebooks and make compatible with Binder
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Add Bash script to guard max time return value #16

Closed matthewfeickert closed 5 years ago

matthewfeickert commented 5 years ago

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.