CircleCI-Public / continuation-orb

MIT License
12 stars 15 forks source link

[semver:patch] Ensure `continue` job checks out the repository #7

Closed yaningo closed 3 years ago

yaningo commented 3 years ago

Checklist

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