2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
pyentrypoint/tests
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
```
2020-05-30 18:49:13 +02:00
..
configs Add set_environment in settings 2020-05-30 18:49:13 +02:00
commons.py Expends user and group in environment 2016-12-04 21:11:57 +01:00
main_test.py Update to v0.6.0 2020-05-10 23:32:31 +02:00
pyentrypoint_test.py Add set_environment in settings 2020-05-30 18:49:13 +02:00
reloader_test.py Add set_environment in settings 2020-05-30 18:49:13 +02:00
runner_test.py Update to v0.6.0 2020-05-10 23:32:31 +02:00
test_template.yml.tpl Add envtobool function in jinja templates 2020-05-24 18:19:11 +02:00