eddiewebb / circleci-queue

CircleCI orb to block/queue jobs to enforce max concurrency limits
MIT License
74 stars 75 forks source link

Remove accidental load_current_workflow_values #21

Closed glentakahashi closed 5 years ago

glentakahashi commented 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

eddiewebb commented 5 years ago

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.