From a3d6aeeb9728b7b4aafa54dc1d0297da89e1d6a0 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 3 Sep 2016 13:58:20 -0500 Subject: [PATCH] fix how we copy the static binary to /release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 74ef2aea..03a8807b 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,8 @@ 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 + mkdir -p release + cp $(GOPATH)/bin/drone release/ # TODO this is getting moved to a shell script, do not alter build_cross: