Skip to content

Commit

Permalink
Merge pull request #16504 from weidongkl/master
Browse files Browse the repository at this point in the history
chore: optimize the method for obtaining gopath
  • Loading branch information
k8s-ci-robot authored Apr 29, 2024
2 parents 8118f80 + e2a7549 commit c6bb40e
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 @@ -20,7 +20,7 @@ UPLOAD_DEST?=$(S3_BUCKET)
GCS_LOCATION?=gs://must-override
GCS_URL=$(GCS_LOCATION:gs://%=https://storage.googleapis.com/%)
LATEST_FILE?=latest-ci.txt
GOPATH_1ST:=$(shell go env | grep GOPATH | cut -f 2 -d '"' | sed 's/ /\\ /g')
GOPATH_1ST:=$(shell go env GOPATH)
UNIQUE:=$(shell date +%s)
BUILD=$(KOPS_ROOT)/.build
LOCAL=$(BUILD)/local
Expand Down

0 comments on commit c6bb40e

Please sign in to comment.