From cedcc9d9f98b93dfff6211ace5c518ce4ee07d66 Mon Sep 17 00:00:00 2001 From: Billy Lynch <1844673+wlynch@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:14:52 -0500 Subject: [PATCH] Remove GITSIGN_LOG env variable. (#463) I don't think we're really using this meaningfully (since we fallback to tty for debug output). This should also fix the remaining e2e test failures. Signed-off-by: Billy Lynch --- .github/workflows/e2e.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 133ef7f2..b906fec1 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -28,10 +28,6 @@ jobs: security-events: none statuses: none - env: - # Output logs to file in case we need to inspect errors. - GITSIGN_LOG: "/tmp/gitsign.log" - steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: