93ac2f99e3
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/pacemaker.git#af37d53a69a8deabad0a23cf7dca1f2009c145b2
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--network host"
|
|
exec merge-standard-inventory "$@"
|
|
|