Skip to content

Commit f6c9a4b

Browse files
committed
and again
1 parent 1a2a7b3 commit f6c9a4b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

entrypoint.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

33
set -e
44

5-
which conan || true
6-
conan --version || true
7-
8-
install-apt pipx
5+
install-apt python3 pipx
96
pipx ensurepath
107
pipx install conan
118

129
git clone https://github.com/opendocument-app/conan-odr-index.git
13-
python conan-odr-index/scripts/conan_export_all_packages.py
10+
python3 conan-odr-index/scripts/conan_export_all_packages.py
1411

1512
exec runuser -u ubuntu renovate

0 commit comments

Comments
 (0)