Skip to content

Commit

Permalink
Remove GITSIGN_LOG env variable. (#463)
Browse files Browse the repository at this point in the history
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 <billy@chainguard.dev>
  • Loading branch information
wlynch committed Mar 4, 2024
1 parent 2e63fd0 commit cedcc9d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit cedcc9d

Please sign in to comment.