[n/a] All new jobs, commands, executors, parameters have descriptions
[n/a] Examples have been added for any significant new features
[n/a] README has been updated, if necessary
Motivation, issues
Currently the continue job doesn't check out the repository, so regardless of the file passed via the configuration_path parameter, the job will fail with:
jq: error: Could not open file <path_to_file/filename>: No such file or directory
Description
Add a checkout step to the job before calling the orb's continue command
Checklist
Motivation, issues
Currently the
continue
job doesn't check out the repository, so regardless of the file passed via theconfiguration_path
parameter, the job will fail with:Description
Add a
checkout
step to the job before calling the orb'scontinue
command