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.
4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec /entrypoint.sh /etc/distribution/config.yml
|