diff --git a/.ci/kconfig.sh b/.ci/kconfig.sh index 4a8e03133..a1e6f9c77 100755 --- a/.ci/kconfig.sh +++ b/.ci/kconfig.sh @@ -6,6 +6,7 @@ if [ "$(id -u)" = 0 ]; then set -x + export PMBOOTSTRAP_TAG=master wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh" sh ./install_pmbootstrap.sh exec su "${TESTUSER:-pmos}" -c "sh -e $0"