Skip to content

Commit

Permalink
second try [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2024
1 parent c47d6b5 commit da1fe7d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,10 @@ brews:
# ddev brew will only be uploaded on non-prerelease
skip_upload: auto
dependencies:
- name: mkcert
- name: mkcert
custom_block: |
head "https://github.com/ddev/ddev.git", branch: "master"
if build.head?
depends_on "go" => :build
depends_on "make" => :build
end
depends_on "go" => [:build, :head]
depends_on "make" => [:build, :head]
install: |
if build.head?
os = OS.mac? ? "darwin" : "linux"
Expand Down Expand Up @@ -221,13 +218,10 @@ brews:
# ddev-edge brew will always be uploaded
skip_upload: "false"
dependencies:
- name: mkcert
- name: mkcert
custom_block: |
head "https://github.com/ddev/ddev.git", branch: "master"
if build.head?
depends_on "go" => :build
depends_on "make" => :build
end
depends_on "go" => [:build, :head]
depends_on "make" => [:build, :head]
install: |
if build.head?
os = OS.mac? ? "darwin" : "linux"
Expand Down

0 comments on commit da1fe7d

Please sign in to comment.