Local CI is a VS Code extension that runs CircleCI® workflows locally, with Bash access and persistence. Not affiliated with CircleCI®.
GNU General Public License v2.0
11
stars
6
forks
source link
Allow injecting environment variables to jobs #237
Closed
kienstra closed 1 year ago
Changes
Testing Steps
settings.json
:-e FOO=BAR
…or any other environment variable. The-e
flag tells the CLI to expect environment variables.