v3 was recently released which broke the integration tests. Update them to use the correct config file. Set the major version to prevent this from happening when v4 is released.
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while [ ! -f /certs/domain.crt ]; do sleep 1; done
|
|
|
|
exec /entrypoint.sh /etc/distribution/config.yml
|