File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131# For non version installations
3232 - name : " idpbuilder"
3333 homepage : " https://cnoe.io"
34+ skip_upload : " {{ contains .Tag \" nightly\" }}" # Don't upload this formula if the build is nightly
3435 repository :
3536 owner : cnoe-io
3637 name : homebrew-tap
4445 test : |
4546 system "#{bin}/idpbuilder version"
4647# For versioned and nightly installations
47- - name : " {{ if contains .Tag \" nightly\" }}idpbuilder@ nightly{{ else }}idpbuilder@{{ .Major }}.{{ .Minor }}.{{ .Patch }}{{ end }}"
48+ - name : " {{ if contains .Tag \" nightly\" }}idpbuilder- nightly{{ else }}idpbuilder@{{ .Major }}.{{ .Minor }}.{{ .Patch }}{{ end }}"
4849 homepage : " https://cnoe.io"
4950 repository :
5051 owner : cnoe-io
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This can be useful in several ways:
3131+ Nightly Version
3232
3333 ``` bash
34- brew install cnoe-io/tap/idpbuilder@ nightly
34+ brew install cnoe-io/tap/idpbuilder- nightly
3535 ```
3636
3737### From Releases
You can’t perform that action at this time.
0 commit comments