Hello,
I have an organization context with some of the environment variables that are used in my build, and I’d like to use them on my local PC while testing my jobs via circleci CLI command ( e.g. circleci local execute --job JOB_NAME
). with default setup:
workflows:
version: 2
build:
jobs:
- validate:
context:
- some-org-context
Is there any way to achieve such a result?