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

Commit 50f4dce

Browse files
committed
try entrypoint
1 parent c943ce2 commit 50f4dce

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/renovate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
- name: Self-hosted Renovate
2222
uses: renovatebot/github-action@v46.1.14
2323
with:
24+
docker-cmd-file: entrypoint.sh
2425
configurationFile: renovate-config.js
2526
token: ${{ steps.app-token.outputs.token }}

entrypoint.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
install-apt python3-pip
6+
pip3 install conan
7+
8+
git clone https://github.com/opendocument-app/conan-odr-index.git
9+
python conan-odr-index/scripts/conan_export_all_packages.py
10+
11+
exec runuser -u ubuntu renovate

0 commit comments

Comments
 (0)