Skip to content

Commit

Permalink
Suppress shellcheck warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Aug 24, 2022
1 parent b21b1dc commit 364f0de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/run-docker.sh
Expand Up @@ -44,6 +44,7 @@ run() {
--volume "$(rustc --print sysroot)":/rust:ro \
--volume "$(pwd)":/checkout:ro \
--volume "$(pwd)"/target:/checkout/target \
# shellcheck disable=SC2086
$kvm \
--init \
--workdir /checkout \
Expand Down Expand Up @@ -76,6 +77,7 @@ build_switch() {
--volume "$(pwd)":/checkout:ro \
--volume "$(pwd)"/target:/checkout/target \
--volume ~/.rustup:/.rustup:Z \
# shellcheck disable=SC2086
$kvm \
--init \
--workdir /checkout \
Expand Down

0 comments on commit 364f0de

Please sign in to comment.