chore(cicd): add temp test for entrypoint

This commit is contained in:
Maarten Groeneweg 2024-02-09 16:15:13 +01:00
parent 8efb89b3b3
commit 869619e049
2 changed files with 17 additions and 0 deletions

7
.github/non-executable-entrypoint.sh vendored Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
set -e
install-apt sl
exec runuser -u ubuntu renovate

View file

@ -104,6 +104,16 @@ jobs:
docker-cmd-file: example/entrypoint.sh
docker-user: root
- name: Renovate test with entrypoint
uses: ./
env:
LOG_LEVEL: debug
with:
configurationFile: ${{ matrix.configurationFile }}
renovate-version: ${{ env.RENOVATE_VERSION }}
docker-cmd-file: .github/workflows/non-executable-entrypoint.sh
docker-user: root
release:
needs: [lint, commitlint, e2e]
runs-on: ubuntu-latest