mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
f1882dab3c
```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 ``` |
||
---|---|---|
.. | ||
configs | ||
commons.py | ||
main_test.py | ||
pyentrypoint_test.py | ||
reloader_test.py | ||
runner_test.py | ||
test_template.yml.tpl |