From 49b85c96e553221ed33299f70c3cc247621c90e3 Mon Sep 17 00:00:00 2001 From: Maarten Groeneweg Date: Fri, 9 Feb 2024 16:42:06 +0100 Subject: [PATCH] chore(cicd): remove temporary e2e test --- .github/non-executable-entrypoint.sh | 7 ------- .github/workflows/build.yml | 10 ---------- 2 files changed, 17 deletions(-) delete mode 100644 .github/non-executable-entrypoint.sh diff --git a/.github/non-executable-entrypoint.sh b/.github/non-executable-entrypoint.sh deleted file mode 100644 index d7ab0985..00000000 --- a/.github/non-executable-entrypoint.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -install-apt sl - -exec runuser -u ubuntu renovate diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd8681aa..89337fdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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