This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
The following commit(s) were added to refs/heads/unstable by this push:
new 8fc7804 Move build.sh into the scripts dir (#194)
8fc7804 is described below
commit 8fc7804c0d624ac4d0434f93622148dd2d297d73
Author: hulk <[email protected]>
AuthorDate: Thu Jul 11 23:43:08 2024 +0800
Move build.sh into the scripts dir (#194)
---
Makefile | 2 +-
build.sh => scripts/build.sh | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ed57913..e58d681 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ all: $(PROGRAM)
$(PROGRAM):
- @bash build.sh $(BUILDER_IMAGE)
+ @bash scripts/build.sh $(BUILDER_IMAGE)
@echo ""
@printf $(MAKECOLOR)"Hint: It's a good idea to run 'make test'
;)"$(ENDCOLOR)
@echo ""
diff --git a/build.sh b/scripts/build.sh
similarity index 100%
rename from build.sh
rename to scripts/build.sh