3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
export TEST_DOCKER_EXTRA_ARGS="--privileged"
|
|
exec merge-standard-inventory "$@"
|