mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +00:00
chore(cicd): remove temporary e2e test
This commit is contained in:
parent
c6f0c06766
commit
49b85c96e5
2 changed files with 0 additions and 17 deletions
7
.github/non-executable-entrypoint.sh
vendored
7
.github/non-executable-entrypoint.sh
vendored
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
install-apt sl
|
||||
|
||||
exec runuser -u ubuntu renovate
|
||||
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -104,16 +104,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue