We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46daf28 + fecbc66 commit 7d16676Copy full SHA for 7d16676
Makefile
@@ -18,7 +18,7 @@ DIST_DIR := $(BASE_DIR)/build/dist
18
VERSION ?= $(shell git describe --exact-match 2> /dev/null || \
19
git describe --match=$(git rev-parse --short=8 HEAD) \
20
--always --dirty --abbrev=8)
21
-BUILD_TGT := opensds-hotpot-$(VERSION)-linux-amd64
+BUILD_TGT := soda-api-$(VERSION)-linux-amd64
22
23
all: build
24
@@ -75,6 +75,7 @@ dist: build
75
mkdir $(BUILD_TGT) && \
76
cp -r $(BUILD_DIR)/bin $(BUILD_TGT)/ && \
77
cp $(BASE_DIR)/LICENSE $(BUILD_TGT)/ && \
78
+ cp $(BASE_DIR)/openapi-spec/swagger.yaml $(BUILD_TGT)/ && \
79
zip -r $(DIST_DIR)/$(BUILD_TGT).zip $(BUILD_TGT) && \
80
tar zcvf $(DIST_DIR)/$(BUILD_TGT).tar.gz $(BUILD_TGT) && \
81
tree \
0 commit comments