diff --git a/.ci/apkbuild-lint.sh b/.ci/apkbuild-lint.sh index 636426791b9c93f414164ffb7985d98bae1cc82a..8c62b94c9d2e52965970fb1a14aff27282272514 100755 --- a/.ci/apkbuild-lint.sh +++ b/.ci/apkbuild-lint.sh @@ -11,12 +11,4 @@ if [ "$(id -u)" = 0 ]; then exec su "${TESTUSER:-pmos}" -c "sh -e $0" fi -# Wrap pmbootstrap to use this repository for --aports -pmaports="$(cd "$(dirname "$0")"/..; pwd -P)" -_pmbootstrap="$(command -v pmbootstrap)" -pmbootstrap() { - "$_pmbootstrap" --aports="$pmaports" "$@" -} - .ci/lib/apkbuild_linting.py -