You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/03/10 09:34:56 UTC

[submarine] branch master updated: SUBMARINE-761. Submarine build failed in Github Action

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

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 395d0e5  SUBMARINE-761. Submarine build failed in Github Action
395d0e5 is described below

commit 395d0e56abd7b20398021ed8e4465fa3535496b8
Author: Kevin Su <pi...@apache.org>
AuthorDate: Wed Mar 10 17:02:03 2021 +0800

    SUBMARINE-761. Submarine build failed in Github Action
    
    ### What is this PR for?
    Submarine build failed in Github Action
    https://github.com/apache/submarine/runs/2073209968
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-761
    
    ### How should this be tested?
    https://github.com/pingsutw/hadoop-submarine/runs/2074907101?check_suite_focus=true
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Kevin Su <pi...@apache.org>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #532 from pingsutw/SUBMARINE-761 and squashes the following commits:
    
    8a9cf2ac [Kevin Su] SUBMARINE-761. Submarine build failed in Github Action
---
 .github/workflows/deploy_docker_images.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy_docker_images.yml b/.github/workflows/deploy_docker_images.yml
index 906cab7..264db32 100644
--- a/.github/workflows/deploy_docker_images.yml
+++ b/.github/workflows/deploy_docker_images.yml
@@ -22,9 +22,14 @@ jobs:
         with:
           username: ${{ secrets.DOCKER_USERNAME }}
           password: ${{ secrets.DOCKER_PASSWORD }}
-      - name: Build Submarine repo
+      - name: Setup java
+        uses: actions/setup-java@v1
+        with:
+          java-version: '1.8'
+          java-package: jdk
+      - name: Build with Maven
         run: mvn clean install -DskipTests
-      
+
       - name: Build submarine server
         run: ./dev-support/docker-images/submarine/build.sh
       - name: Push submarine-server docker image


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org