Skip to content

Commit

Permalink
try tap config based on buildkites tap-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 5, 2019
1 parent 89f03cc commit 1180ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/tap-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#asset: lagoon-cli-$STABLE_VERSION-darwin-amd64.tar.gz
url: "https://github.com/amazeeio/lagoon-cli/releases/download/$STABLE_VERSION/lagoon-cli-${STABLE_VERSION}-darwin-amd64.tar.gz"
tap: amazeeio/homebrew-lagoon-cli/lagoon.rb
asset: "lagoon-cli-$VERSION_NUMBER-darwin-amd64.tar.gz"
#url: "https://github.com/amazeeio/lagoon-cli/releases/download/$STABLE_VERSION/lagoon-cli-${STABLE_VERSION}-darwin-amd64.tar.gz"
tap: "amazeeio/homebrew-lagoon-cli/lagoon.rb"
template: >
class Lagoon < Formula
desc "Command line tool for interacting with a Lagoon API"
Expand Down

0 comments on commit 1180ab3

Please sign in to comment.