Skip to content

Commit

Permalink
feat(screwdriver): remove publish-cli-release job
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 19, 2024
1 parent be8a931 commit b40bd7f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
---

shared:
image: docker.io/vespaengine/vespa-build-almalinux-8
environment:
Expand Down Expand Up @@ -255,20 +254,6 @@ jobs:
fi
fi
publish-cli-release:
requires: [publish-release]
image: homebrew/brew:latest
secrets:
- HOMEBREW_GITHUB_API_TOKEN
- GH_TOKEN
steps:
- install-dependencies: |
export HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_ANALYTICS=1
brew install --quiet gh zip go
- publish-github: make -C client/go clean dist-github
- publish-homebrew: make -C client/go clean dist-homebrew
- verify-brew-install: make -C client/go install-brew

verify-opensource-release-7days:
annotations:
screwdriver.cd/buildPeriodically: H 0 * * *
Expand Down

0 comments on commit b40bd7f

Please sign in to comment.