Some checks failed
continuous-integration/drone/push Build is failing
See https://github.com/Autonomic-Cooperative/traefik/pull/1.
11 lines
210 B
Bash
11 lines
210 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
{{ if eq (env "OVH_ENABLED") "1" }}
|
|
export OVH_CONSUMER_KEY=$(cat "$OVH_CONSUMER_KEY_FILE")
|
|
export OVH_APPLICATION_SECRET=$(cat "$OVH_APPLICATION_SECRET_FILE")
|
|
{{ end }}
|
|
|
|
/entrypoint.sh "$@"
|