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 c943ce2 commit 50f4dceCopy full SHA for 50f4dce
2 files changed
.github/workflows/renovate.yaml
@@ -21,5 +21,6 @@ jobs:
21
- name: Self-hosted Renovate
22
uses: renovatebot/github-action@v46.1.14
23
with:
24
+ docker-cmd-file: entrypoint.sh
25
configurationFile: renovate-config.js
26
token: ${{ steps.app-token.outputs.token }}
entrypoint.sh
@@ -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