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

wenchih 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 cf47b7b  SUBMARINE-677. Run "python-sdk" integration job failed
cf47b7b is described below

commit cf47b7be3231e51a23f1f573a2fdce414c15a2fb
Author: Lisa <[email protected]>
AuthorDate: Fri Nov 20 13:10:14 2020 +0800

    SUBMARINE-677. Run "python-sdk" integration job failed
    
    ### What is this PR for?
    Fix path deprecation in Actions environment
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-677
    
    ### How should this be tested?
    https://travis-ci.org/github/aeioulisa/submarine/builds/744570121
    
    ### 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: Lisa <[email protected]>
    
    Closes #455 from aeioulisa/SUBMARINE-677 and squashes the following commits:
    
    ba0d59d [Lisa] update engineerd/setup-kind version
    459fe3f [Lisa] Fix path deprecation in Actions environment
---
 .github/workflows/python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index caecb1b..5f0eccb 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -62,7 +62,7 @@ jobs:
               hostPort: 443
               protocol: TCP
           EOF
-      - uses: engineerd/[email protected]
+      - uses: engineerd/[email protected]
         with:
           version: "v0.7.0"
           image: kindest/node:v1.15.6


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to