diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 39e80aa58f9..8137903cb24 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -80,7 +80,7 @@ popd # download Android Mesa from S3 curl-with-retry -O "${FDO_HTTP_CACHE_URI:-}https://${PIPELINE_ARTIFACTS_BASE}/${S3_ANDROID_ARTIFACT_NAME}.tar.zst" mkdir /mesa-android -tar -C /mesa-android -xvf ${S3_ANDROID_ARTIFACT_NAME}.tar.zst +tar -C /mesa-android -xf ${S3_ANDROID_ARTIFACT_NAME}.tar.zst # shellcheck disable=SC2034 # used externally INSTALL="/mesa-android/install"