mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-16 08:43:34 +00:00
fixed issue w/ makefile
This commit is contained in:
parent
bb6ab45700
commit
ef1e09f073
4
Makefile
4
Makefile
@ -14,8 +14,8 @@ test:
|
|||||||
go test -cover -short ./...
|
go test -cover -short ./...
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build -o bin/drone -ldflags "-X main.revision $(SHA) -X main.version $(VERSION).$(SHA)" github.com/drone/drone/cmd/drone-server
|
go build -o bin/drone -ldflags "-X main.revision $(SHA) -X main.version $(VERSION).$(SHA)" github.com/drone/drone/cmd/drone-server
|
||||||
go build -o bin/drone -ldflags "-X main.revision $(SHA) -X main.version $(VERSION).$(SHA)" github.com/drone/drone/cmd/drone-agent
|
go build -o bin/drone-agent -ldflags "-X main.revision $(SHA) -X main.version $(VERSION).$(SHA)" github.com/drone/drone/cmd/drone-agent
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user