MarkEdmondson1234 / googleCloudRunner

Easy R scripts on Google Cloud Platform via Cloud Run, Cloud Build and Cloud Scheduler
https://code.markedmondson.me/googleCloudRunner/
Other
80 stars 25 forks source link

checks for buildsteps for pre_steps #178

Open muschellij2 opened 2 years ago

muschellij2 commented 2 years ago

This is a check in case someone has a set of buildsteps and passes in a subset list of them into pre_steps or post_steps, such as:

res = cr_buildstep_bash("echo hey")
pre_steps = res[[1]]
MarkEdmondson1234 commented 2 years ago

I'd like to check this runs ok through the tests

muschellij2 commented 2 years ago

Tests added fro this