You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pyentrypoint/tests/configs
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
..
reloader Add globbing match to reloader config 8 years ago
base.yml Add set_environment in settings 4 years ago
base_with_errors.yml Add warning if entrypoint-config contains invalid parameters 8 years ago
commands.yml Update to v0.6.0 4 years ago
empty.yml Add ENTRYPOINT_DEBUG env config ad fix tests 8 years ago
matching_command.yml Add set_environment in settings 4 years ago
runner.yml Add post_run_commands 8 years ago
secret_env.yml Add globing support for secret env 8 years ago
unhandled.yml Moar debug and main tests 8 years ago
unhandled_force.yml Moar debug and main tests 8 years ago
usernames.yml Fix setgid, add env to disable reloader 8 years ago