We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c9a4b commit f114cfbCopy full SHA for f114cfb
1 file changed
entrypoint.sh
@@ -3,10 +3,11 @@
3
set -e
4
5
install-apt python3 pipx
6
-pipx ensurepath
7
-pipx install conan
8
9
-git clone https://github.com/opendocument-app/conan-odr-index.git
10
-python3 conan-odr-index/scripts/conan_export_all_packages.py
+runuser -u ubuntu pipx ensurepath
+runuser -u ubuntu pipx install conan
+
+runuser -u ubuntu git clone https://github.com/opendocument-app/conan-odr-index.git
11
+runuser -u ubuntu python3 conan-odr-index/scripts/conan_export_all_packages.py
12
13
exec runuser -u ubuntu renovate
0 commit comments