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/02/19 05:34:02 UTC

[submarine] branch master updated: SUBMARINE-742. Fix typo in deploy_docker_images.yml

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 7c44fd2  SUBMARINE-742. Fix typo in deploy_docker_images.yml
7c44fd2 is described below

commit 7c44fd2146a87358cb377d23d7092a985767882a
Author: Kevin <pi...@apache.org>
AuthorDate: Fri Feb 19 13:31:15 2021 +0800

    SUBMARINE-742. Fix typo in deploy_docker_images.yml
    
    ### What is this PR for?
    if: github.repository == ‘apache/submarine’
    should change to
    if: github.repository == 'apache/submarine'
    
    https://github.com/apache/submarine/blob/master/.github/workflows/deploy_docker_images.yml
    
    https://github.com/apache/submarine/actions/runs/580108825
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-742
    
    ### How should this be tested?
    
    ### 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 <pi...@apache.org>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #517 from pingsutw/SUBMARINE-742 and squashes the following commits:
    
    e3db3f8c [Kevin] SUBMARINE-742. Fix typo in deploy_docker_images.yml
---
 .github/workflows/deploy_docker_images.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy_docker_images.yml b/.github/workflows/deploy_docker_images.yml
index 3c851e2..906cab7 100644
--- a/.github/workflows/deploy_docker_images.yml
+++ b/.github/workflows/deploy_docker_images.yml
@@ -5,7 +5,7 @@ on:
     branches: [master]
 jobs:
   deploy-images:
-    if: github.repository == ‘apache/submarine’
+    if: github.repository == 'apache/submarine'
     runs-on: ubuntu-latest
     timeout-minutes: 240
     strategy:


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