This is an automated email from the ASF dual-hosted git repository.
iluo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new d35267c simple github action
d35267c is described below
commit d35267c4470ca38ce8994f6de67d4d04e65d4da8
Author: Ian Luo <[email protected]>
AuthorDate: Tue Aug 20 10:57:57 2019 +0800
simple github action
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d2801f5..14c70e1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -14,4 +14,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
- run: ./mvnw --settings .mvn/settings.xml -B clean install -pl
dubbo-maven-address-plugin && ./mvnw --settings .mvn/settings.xml -B clean
verify -Pdubbo-integration-test -Djava-image.name=${JAVA_BASE_IMAGE}
-Ddubbo.version=2.7.4-SNAPSHOT
+ run: ./mvnw --settings .mvn/settings.xml clean package
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]