Skip to content

Commit d720b9a

Browse files
committed
Remove azure upload from release pipeline
1 parent 03a6488 commit d720b9a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ jobs:
238238
env:
239239
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
240240
GOPATH: ${{ needs.vars.outputs.go_path }}
241-
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
242-
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
243-
AZURE_BUCKET_NAME: ${{ secrets.AZURE_BUCKET_NAME }}
244241
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
245242
TELEMETRY_ENDPOINT: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release-') && 'oss-dev.edge.df.f5.com:443' || 'oss.edge.df.f5.com:443' }}
246243
TELEMETRY_ENDPOINT_INSECURE: "false"

.goreleaser.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ sboms:
3535
documents:
3636
- "${artifact}.spdx.json"
3737

38-
blobs:
39-
- provider: azblob
40-
bucket: "{{.Env.AZURE_BUCKET_NAME}}"
41-
4238
signs:
4339
- cmd: cosign
4440
artifacts: checksum

0 commit comments

Comments
 (0)