Skip to content

Commit

Permalink
ci: fixes build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Oct 12, 2023
1 parent 21ea4f5 commit 0355e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.PHONY: generate-formulas
generate-formulas:
@echo make sure to set PYROSCOPE_TAG environment variable, e.g PYROSCOPE_TAG=v1.0.0
rm ../go.work
rm ../go.mod
cd scripts/generate-formulas && go mod download && go run ./ ${PYROSCOPE_TAG}
2 changes: 1 addition & 1 deletion scripts/generate-formulas/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/grafana/pyroscope/homebrew-brew/scripts/generate-formulas
module generate-formulas

go 1.19

Expand Down

0 comments on commit 0355e3f

Please sign in to comment.