This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new b84abfbd2a Remove legacy unused PHONY build.docker (#11124)
b84abfbd2a is described below
commit b84abfbd2a5950211c42a9ceca21a6b5111b260f
Author: Harry <[email protected]>
AuthorDate: Fri Jul 21 18:47:59 2023 +0800
Remove legacy unused PHONY build.docker (#11124)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f527eeb9bd..53fed06e6a 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ CLI_VERSION ?= 0.11.0 # CLI version inside OAP image should
always use an Apache
init:
cd $(SW_ROOT) && git submodule update --init --recursive
-.PHONY: build.all build.backend build.ui build.docker
+.PHONY: build.all build.backend build.ui
build.all:
cd $(SW_ROOT) && ./mvnw --batch-mode clean package
-Dmaven.test.skip=$(SKIP_TEST)