summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorHelen Koike <helen.koike@collabora.com>2023-03-16 10:10:51 -0300
committerMarge Bot <emma+marge@anholt.net>2023-03-16 22:13:05 +0000
commit89432213ef0fab2eebd8f8d4ecf678f2b5b7ecda (patch)
treec661b496d343456cf2a3bc1eecb1bd3171b45894 /.gitlab-ci
parentcbe11f6f8d297b52e7a9824dc404b9f99dccfbf0 (diff)
android/ci: Fix call to adb
Call to adb should be made with ADB variable, following the pattern from the script. Signed-off-by: Helen Koike <helen.koike@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21941>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/cuttlefish-runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh
index 2424f6d42ea..75553f8fc0c 100755
--- a/.gitlab-ci/cuttlefish-runner.sh
+++ b/.gitlab-ci/cuttlefish-runner.sh
@@ -38,7 +38,7 @@ $ADB shell mkdir -p "$OV_TMPFS/vendor-upper"
$ADB shell mkdir -p "$OV_TMPFS/vendor-work"
opts="lowerdir=/vendor,upperdir=$OV_TMPFS/vendor-upper,workdir=$OV_TMPFS/vendor-work"
-adb shell mount -t overlay -o "$opts" none /vendor
+$ADB shell mount -t overlay -o "$opts" none /vendor
$ADB shell setenforce 0