We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8299ed1 commit f89d2a2Copy full SHA for f89d2a2
ci/run-docker.sh
@@ -11,6 +11,7 @@ run() {
11
mkdir -p target
12
target=$(echo "${1}" | sed 's/-emulated//')
13
echo "Running docker"
14
+ # shellcheck disable=SC2016
15
docker run \
16
--user "$(id -u)":"$(id -g)" \
17
--rm \
0 commit comments