Environment Variable
Specify the same environment variables cross shell.
Syntaxโ
env:
- name: ALIAE_CONFIG
value: /Users/Jan/configs/aliae.yaml
Variableโ
Name | Type | Description |
---|---|---|
name | string | the variable name |
value | any | the variable value, supports templating |
delimiter | string | if you want to join an array of string values (separated by newlines), supports templating |
if | string | golang template conditional statement, see if |
persist | boolean | if you want to persist the environment variable into the registry for the current user (Windows only) |
type | string | type to export to, possible values are string (default) and array |