Fix missing dir in makefile
This commit is contained in:
parent
23234fa000
commit
5b88ee0124
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -45,6 +45,7 @@ build: build_static build_cross build_tar build_sha
|
|||
|
||||
build_static:
|
||||
go install -ldflags '${EXTLDFLAGS}-X github.com/drone/drone/version.VersionDev=$(DRONE_BUILD_NUMBER)' github.com/drone/drone/drone
|
||||
mkdir -p release/drone
|
||||
cp $(GOPATH)/bin/drone release/drone
|
||||
|
||||
# TODO this is getting moved to a shell script, do not alter
|
||||
|
|
Loading…
Reference in a new issue