File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ GOTOOLS_GOPATH ?= $(BUILD_DIR)/gotools
7
7
GOTOOLS_BINDIR ?= $(GOTOOLS_GOPATH ) /bin
8
8
GINKGO_FLAGS ?= -vv --trace --race --randomize-all --flake-attempts 3 --progress --timeout 5m -r pkg/client
9
9
TEST_FLAGS ?=
10
- PACKAGE_NAME ?= $(shell cargo metadata --no-deps --format-version 1 | jq -r '.packages[2] | [ .name, .version ] | join("-") ')
10
+ PACKAGE_NAME ?= $(shell cargo metadata --no-deps --format-version 1 | jq -r '.packages[2] | [ .name, .version ] | join("-v ") ')
11
11
PREFIX ?= /usr
12
12
CI_TAG ?=
13
13
@@ -75,7 +75,7 @@ update-proto:
75
75
76
76
.PHONY : create-release-packages
77
77
create-release-packages : release
78
- if [ " v $( PACKAGE_NAME) " != " conmonrs-$( CI_TAG) " ]; then \
78
+ if [ " $( PACKAGE_NAME) " != " conmonrs-$( CI_TAG) " ]; then \
79
79
echo " crate version and tag mismatch" ; \
80
80
exit 1 ; \
81
81
fi
You can’t perform that action at this time.
0 commit comments