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

Commit ae8c4db

Browse files
committed
again
1 parent f114cfb commit ae8c4db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install-apt python3 pipx
77
runuser -u ubuntu pipx ensurepath
88
runuser -u ubuntu pipx install conan
99

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
10+
runuser -u ubuntu git clone https://github.com/opendocument-app/conan-odr-index.git /tmp/conan-odr-index
11+
runuser -u ubuntu python3 /tmp/conan-odr-index/scripts/conan_export_all_packages.py
1212

1313
exec runuser -u ubuntu renovate

0 commit comments

Comments
 (0)