mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Mount the same path inside the container so coverage report is accurate
This commit is contained in:
@@ -18,8 +18,8 @@ cmd_proxy=""
|
||||
|
||||
if [ "${architecture}" = "arm32" ]; then
|
||||
image="benramsey/ramsey-uuid:php-${php_version}-arm32v7"
|
||||
volumes="-v ${PWD}:/app"
|
||||
cmd_proxy="docker run --rm ${volumes} -w /app ${image}"
|
||||
volumes="-v ${PWD}:${PWD}"
|
||||
cmd_proxy="docker run --rm ${volumes} -w ${PWD} ${image}"
|
||||
fi
|
||||
|
||||
$cmd_proxy "$@"
|
||||
|
||||
Reference in New Issue
Block a user