File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- VERSION =v0.2.2
1+ VERSION =v0.2.3
22
33OUT_DIR =dist
44YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change 99
1010go build -ldflags=" \
1111 -extldflags '-static' \
12- -X 'github.com/codefresh-io/cli-v2/pkg/store.binaryName=${BINARY_NAME} ' \
13- -X 'github.com/codefresh-io/cli-v2/pkg/store.version=${VERSION} ' \
14- -X 'github.com/codefresh-io/cli-v2/pkg/store.buildDate=${BUILD_DATE} ' \
15- -X 'github.com/codefresh-io/cli-v2/pkg/store.gitCommit=${GIT_COMMIT} ' \
16- -X 'github.com/codefresh-io/cli-v2/pkg/store.RuntimeDefURL=${RUNTIME_DEF_URL} ' \
17- -X 'github.com/codefresh-io/cli-v2/pkg/store.AddClusterDefURL=${ADD_CLUSTER_DEF_URL} ' \
18- -X 'github.com/codefresh-io/cli-v2/pkg/store.FallbackAddClusterDefURL=${FALLBACK_ADD_CLUSTER_DEF_URL} ' \
19- -X 'github.com/codefresh-io/cli-v2/pkg/store.SegmentWriteKey=${SEGMENT_WRITE_KEY} '" \
12+ -X 'github.com/codefresh-io/cli-v2/internal/store.binaryName=${BINARY_NAME} ' \
13+ -X 'github.com/codefresh-io/cli-v2/internal/store.version=${VERSION} ' \
14+ -X 'github.com/codefresh-io/cli-v2/internal/store.buildDate=${BUILD_DATE} ' \
15+ -X 'github.com/codefresh-io/cli-v2/internal/store.gitCommit=${GIT_COMMIT} ' \
16+ -X 'github.com/codefresh-io/cli-v2/internal/store.AddClusterDefURL=${ADD_CLUSTER_DEF_URL} ' \
17+ -X 'github.com/codefresh-io/cli-v2/internal/store.SegmentWriteKey=${SEGMENT_WRITE_KEY} '" \
2018 -v -o ${OUT_FILE} ${MAIN}
You can’t perform that action at this time.
0 commit comments