You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/10/21 02:00:16 UTC

[GitHub] [apisix-dashboard] nic-chen opened a new pull request #575: fix: API CICD error

nic-chen opened a new pull request #575:
URL: https://github.com/apache/apisix-dashboard/pull/575


   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bugfix
   
   using `mkdir -p` to avoid error
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan merged pull request #575: fix: API CICD error

Posted by GitBox <gi...@apache.org>.
juzhiyuan merged pull request #575:
URL: https://github.com/apache/apisix-dashboard/pull/575


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #575: fix: API CICD error

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on a change in pull request #575:
URL: https://github.com/apache/apisix-dashboard/pull/575#discussion_r508949330



##########
File path: .github/workflows/api_cicd.yml
##########
@@ -2,7 +2,10 @@ name: API CI && CD
 
 on:
   push:
-    branches: 
+    branches:
+      - master
+  pull_request:

Review comment:
       bad spaces




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org