Closed glentakahashi closed 5 years ago
Current this job fails to run, as load_current_workflow_values tries to load /tmp/jobstatus.json before it has been curled.
Removing this won't cause any issues, as the first line of the while true loop will update job status and then re-call load_current_workflow_values
EDIT: Tests are failing because I lack a token
Looks good I'll merge this. I need to figure out why this past the tests in the first place with that line in there.
Current this job fails to run, as load_current_workflow_values tries to load /tmp/jobstatus.json before it has been curled.
Removing this won't cause any issues, as the first line of the while true loop will update job status and then re-call load_current_workflow_values
EDIT: Tests are failing because I lack a token