This is an automated email from the ASF dual-hosted git repository.

lilin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c9c4402  modify action build
     new 099fc64  Merge pull request #2050 from khadgarmage/ci-action-yml
c9c4402 is described below

commit c9c4402cb65c89fa587a0cbbb55e2ca687cc9605
Author: xiaochun.liu <[email protected]>
AuthorDate: Mon Mar 2 10:55:40 2020 +0800

    modify action build
---
 .github/workflows/ci_backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_backend.yml b/.github/workflows/ci_backend.yml
index e527c3c..afd241d 100644
--- a/.github/workflows/ci_backend.yml
+++ b/.github/workflows/ci_backend.yml
@@ -51,7 +51,7 @@ jobs:
         with:
           java-version: 1.8
       - name: Compile
-        run: mvn -U -B -T 1C clean install -Prelease -Dmaven.compile.fork=true 
-Dmaven.test.skip=true
+        run: mvn -B clean compile package -Prelease -Dmaven.test.skip=true
   License-check:
     runs-on: ubuntu-latest
     steps:

Reply via email to