Commit Graph

6 Commits (f1882dab3c6cdc8a9367a56bb72fe84ecc040400)

Author SHA1 Message Date
Christophe Mehay f1882dab3c Add set_environment in settings
```yaml
set_environment:
    - ENV_1: echo 'The environment variable ENV_1 will be added with this phrase'
    - ENV_2: head /dev/urandom | base64
    - ENV_3: echo ${ENV_1} and ${ENV_2} are now available here
    - ENV_4: exit 1 || true  # Set like this if you need to ignore error
```
4 years ago
Christophe Mehay dd17aadfae Expends user and group in environment 8 years ago
Christophe Mehay 0bfa834b71 Moar debug and main tests 8 years ago
Christophe Mehay 4711cd8546 Add new format for confg_files setup 8 years ago
Christophe Mehay 69c18e6954 Enable renaming templates 8 years ago
Christophe Mehay 026c0b6369 Better tests 8 years ago