Skip to content

Commit f89d2a2

Browse files
committed
silence shellcheck warning
1 parent 8299ed1 commit f89d2a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run-docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ run() {
1111
mkdir -p target
1212
target=$(echo "${1}" | sed 's/-emulated//')
1313
echo "Running docker"
14+
# shellcheck disable=SC2016
1415
docker run \
1516
--user "$(id -u)":"$(id -g)" \
1617
--rm \

0 commit comments

Comments
 (0)