Closed peteraritchie closed 1 year ago
0.2.0
using the example (updating version to latest orb version) from https://circleci.com/developer/orbs/orb/circleci/continuation:
version: '2.1' orbs: continuation: circleci/continuation@0.2.0 workflows: use-my-orb: jobs: - continuation/continue: configuration_path: ./config.yml
results in message:
CIRCLE_CONTINUATION_KEY is required. Make sure setup workflows are enabled.
no errors
Additional Information:
Example should include setup: true
setup: true
Does this Orb simply need to be deployed? The current source seems correct.
This issue has been resolved as of version 0.4.0
Orb version:
0.2.0
What happened:
using the example (updating version to latest orb version) from https://circleci.com/developer/orbs/orb/circleci/continuation:
results in message:
CIRCLE_CONTINUATION_KEY is required. Make sure setup workflows are enabled.
Expected behavior:
no errors
Additional Information:
Example should include
setup: true