Skip to content

Commit

Permalink
PMM-12899 fix "build_command" extrapolation
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 5, 2024
1 parent 93d5d7c commit 45fd300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PMM_RELEASE_FULLCOMMIT ?= $(shell git rev-parse HEAD)
PMM_RELEASE_BRANCH ?= $(shell git describe --always --contains --all)

ifdef NO_VCS
NO_VCS := -buildvcs=false
NO_VCS = -buildvcs=false
endif
ifeq ($(GOBIN),)
GOBIN := $(shell go env GOPATH)/bin
Expand Down
2 changes: 1 addition & 1 deletion agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PMM_RELEASE_BRANCH ?= $(shell git describe --always --contains --all)
PMM_DEV_SERVER_PORT ?= 8443

ifdef NO_VCS
NO_VCS := -buildvcs=false
NO_VCS = -buildvcs=false
endif
ifeq ($(GOBIN),)
GOBIN := $(shell go env GOPATH)/bin
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/build-client-binary
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gobuild_component() {
tar -C /tmp/go/src/${extract_path} --strip-components=1 -zxpf ${src_dir}/${archive}
${build_command}
"${build_command}"
"
}

Expand Down

0 comments on commit 45fd300

Please sign in to comment.