Skip to content
Snippets Groups Projects
Commit 7209a45e authored by Robert Eckelmann's avatar Robert Eckelmann
Browse files

ci: fix user in script

parent e2b7d0eb
No related branches found
No related tags found
No related merge requests found
Pipeline #186192 passed
...@@ -9,7 +9,7 @@ if [ "$(id -u)" = 0 ]; then ...@@ -9,7 +9,7 @@ if [ "$(id -u)" = 0 ]; then
set -x set -x
apk -q add \ apk -q add \
py3-sphinx_rtd_theme py3-sphinx_rtd_theme
exec su "${TESTUSER:-build}" -c "sh -e $0" exec su "${TESTUSER:-pmos}" -c "sh -e $0"
fi fi
# Require sphinx to be installed on the host system # Require sphinx to be installed on the host system
......
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