Skip to content
Snippets Groups Projects
Unverified Commit 1463902d authored by Samuel Dionne-Riel's avatar Samuel Dionne-Riel Committed by Pablo Correa Gomez
Browse files

CI: Remove vestigial shell function wrapper


This shell function exists only within the scope of the shell. The
python script is entirely unaware of it.

(Introduced in da52dace).

Signed-off-by: default avatarSamuel Dionne-Riel <samuel@dionne-riel.com>
Part-of: !6330
[ci:skip-build]: already built successfully in CI
parent eda09407
No related branches found
No related tags found
1 merge request!6330CI: Remove vestigial shell function wrapper
Pipeline #217475 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment