Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit f114cfb

Browse files
committed
again
1 parent f6c9a4b commit f114cfb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

entrypoint.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
set -e
44

55
install-apt python3 pipx
6-
pipx ensurepath
7-
pipx install conan
86

9-
git clone https://github.com/opendocument-app/conan-odr-index.git
10-
python3 conan-odr-index/scripts/conan_export_all_packages.py
7+
runuser -u ubuntu pipx ensurepath
8+
runuser -u ubuntu pipx install conan
9+
10+
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
1112

1213
exec runuser -u ubuntu renovate

0 commit comments

Comments
 (0)