-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Milestone
Description
Allow custom environment variables to be specified in clowder.yml for the clowder forall command.
See: https://gerrit.googlesource.com/git-repo/+/master/docs/manifest-format.md#element-annotation
Possible names: env, environment
projects:
myproject:
name: 'myname/myproject'
env:
VARIABLE_NAME: 'variable_value'