This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch action-docker-build
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/action-docker-build by this
push:
new 09bb09d84 bugfix github action build docker image error
09bb09d84 is described below
commit 09bb09d841a6279100b2054b952729feac2afa09
Author: tomsun28 <[email protected]>
AuthorDate: Wed Aug 14 15:06:27 2024 +0800
bugfix github action build docker image error
Signed-off-by: tomsun28 <[email protected]>
---
.github/workflows/nightly-build.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index 6a53e40e8..3438479e3 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -43,7 +43,8 @@ jobs:
- name: Build the Backend
run: |
- mvn clean package -Prelease
+ mvn clean install
+ mvn clean package -Prelease -DskipTests
cd collector
mvn clean package -Pcluster -DskipTests
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]