OSC / ondemand

Supercomputing. Seamlessly. Open, Interactive HPC Via the Web
https://openondemand.org/
MIT License
263 stars 98 forks source link

Verify app is a ruby app before running setup-production script #3573

Closed ashton22305 closed 2 weeks ago

ashton22305 commented 1 month ago

Fixes #211

johrstrom commented 1 month ago

I think we still want to issue bin/setup-production if it exists, we just won't want to issue it under bundle exec. I.e., we don't want bundle exec bin/setup-production.

ashton22305 commented 1 month ago

This should ensure bin/setup-production still gets executed, but without bundle exec if it is not a ruby app.