Skip to content

Commit

Permalink
remove unused codes from pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
  • Loading branch information
chanwit committed Sep 9, 2023
1 parent f2a3f67 commit ebf7876
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read

jobs:
release-flux-cli:
release-flamingo-cli:
outputs:
hashes: ${{ steps.slsa.outputs.hashes }}
image_url: ${{ steps.slsa.outputs.image_url }}
Expand Down
25 changes: 0 additions & 25 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,31 +40,6 @@ archives:
format: zip
files:
- none*
# source:
# enabled: true
# name_template: '{{ .ProjectName }}_{{ .Version }}_source_code'
# sboms:
# - id: source
# artifacts: source
# documents:
# - "{{ .ProjectName }}_{{ .Version }}_sbom.spdx.json"
# release:
# extra_files: []
# checksum:
# extra_files: []
# signs:
# - cmd: cosign
# env:
# - COSIGN_EXPERIMENTAL=1
# certificate: '${artifact}.pem'
# args:
# - sign-blob
# - "--yes"
# - '--output-certificate=${certificate}'
# - '--output-signature=${signature}'
# - '${artifact}'
# artifacts: checksum
# output: true
brews:
- name: flamingo
tap:
Expand Down

0 comments on commit ebf7876

Please sign in to comment.