Skip to content
Snippets Groups Projects

Draft: DO NOT MERGE: CI debug

Closed Clayton Craft requested to merge craftyguy/ci-debug into master
Compare and
4 files
+ 140
158
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
6
@@ -8,12 +8,7 @@
if [ "$(id -u)" = 0 ]; then
set -x
# In .gitlab-ci.yml currently .ci/pytest.sh runs before this and
# already downloads and runs install_pmbootstrap.sh.
if ! [ -e install_pmbootstrap.sh ]; then
wget "https://gitlab.postmarketos.org/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
sh ./install_pmbootstrap.sh
fi
exec su "${TESTUSER:-pmos}" -c "sh -e $0"
fi
Loading