Skip to content

Commit

Permalink
Update makefile to run the buildkite pipeline (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-weisman authored Jun 1, 2023
1 parent 42edf97 commit cb12e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ BIN_MAGE=$(GOOSBUILD)/bin/mage

# BIN_MAGE is the standard "mage" binary.
$(BIN_MAGE): go.mod
$(GO) build -o $@ github.com/magefile/mage
go build -o $@ github.com/magefile/mage

# MAGE is the compiled magefile.
$(MAGE): magefile.go $(BIN_MAGE)
Expand Down

0 comments on commit cb12e75

Please sign in to comment.