Skip to content

Commit

Permalink
ci: disable signing
Browse files Browse the repository at this point in the history
This will require refactoring in the future for a new signing process, so this correct one is being disabled as it isnt effective any further. Time required for support of new signing process
  • Loading branch information
sheldonhull committed Jan 15, 2024
1 parent 508c6b4 commit 7259406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ env:
- GITLAB_TOKEN=''
- GITEA_TOKEN=''
- LOCAL_DEBUGGING={{ if index .Env "LOCAL_DEBUGGING" }}{{ .Env.LOCAL_DEBUGGING }}{{else}}{{end}}
- QUILL_SIGN_P12={{ if index .Env "QUILL_SIGN_P12" }}{{ .Env.QUILL_SIGN_P12 }}{{else}}{{end}}
- QUILL_SIGN_PASSWORD={{ if index .Env "QUILL_SIGN_PASSWORD" }}{{ .Env.QUILL_SIGN_PASSWORD }}{{else}}{{end}}
- COSIGN_PASSWORD={{ if index .Env "COSIGN_PASSWORD" }}{{ .Env.COSIGN_PASSWORD }}{{else}}{{end}}
- COSIGN_KEY={{ if index .Env "COSIGN_KEY" }}{{ .Env.COSIGN_KEY }}{{else}}{{end}}
- QUILL_SIGN_P12=''
- QUILL_SIGN_PASSWORD=''
- COSIGN_PASSWORD=''
- COSIGN_KEY=''
- DOCKER_CLI_EXPERIMENTAL=enabled
- S3_BUCKET={{ if index .Env "S3_BUCKET" }}{{ .Env.S3_BUCKET }}{{else}}{{end}}
- S3_KEY_PREFIX={{ if index .Env "S3_KEY_PREFIX" }}{{ .Env.S3_KEY_PREFIX }}{{else}}{{end}}
Expand Down

0 comments on commit 7259406

Please sign in to comment.