You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by ka...@apache.org on 2021/07/06 13:58:46 UTC

[submarine] branch master updated: SUBMARINE-905. Change status badge

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

kaihsun 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 19f2dfd  SUBMARINE-905. Change status badge
19f2dfd is described below

commit 19f2dfdecc26a6f1c9d764c962f99a888035f4a2
Author: KUAN-HSUN-LI <b0...@ntu.edu.tw>
AuthorDate: Mon Jul 5 17:03:02 2021 +0800

    SUBMARINE-905. Change status badge
    
    ### What is this PR for?
    Replace Travis CI status badge with GitHub Actions status badge
    
    ### What type of PR is it?
    [CI/CD]
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-905
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    ![image](https://user-images.githubusercontent.com/38066413/124563569-bc328e80-de72-11eb-96ab-403e014743b2.png)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: KUAN-HSUN-LI <b0...@ntu.edu.tw>
    
    Signed-off-by: Kai-Hsun Chen <ka...@apache.org>
    
    Closes #650 from KUAN-HSUN-LI/SUBMARINE-905 and squashes the following commits:
    
    3e6df38f [KUAN-HSUN-LI] SUBMARINE-905. Change status badge
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 361eb12..741b184 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 
 ![Colored_logo_with_text](website/docs/assets/color_logo_with_text.png)
 
-[![Build Status](https://travis-ci.org/apache/submarine.svg?branch=master)](https://travis-ci.org/apache/submarine) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![PyPI version](https://badge.fury.io/py/apache-submarine.svg)](https://badge.fury.io/py/apache-submarine)
+![Submarine workflow](https://github.com/apache/submarine/actions/workflows/master.yml/badge.svg?branch=master) ![python-sdk workflow](https://github.com/apache/submarine/actions/workflows/python.yml/badge.svg?branch=master) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![PyPI version](https://badge.fury.io/py/apache-submarine.svg)](https://badge.fury.io/py/apache-submarine)
 
 </div>
 

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