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 f114cfb commit ae8c4dbCopy full SHA for ae8c4db
1 file changed
entrypoint.sh
@@ -7,7 +7,7 @@ install-apt python3 pipx
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
+runuser -u ubuntu git clone https://github.com/opendocument-app/conan-odr-index.git /tmp/conan-odr-index
+runuser -u ubuntu python3 /tmp/conan-odr-index/scripts/conan_export_all_packages.py
12
13
exec runuser -u ubuntu renovate
0 commit comments