You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/05/28 01:50:08 UTC

[apisix-ingress-controller] branch master updated: ci: fix cancel workflow not working (#508)

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

shuyangw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new d87f856  ci: fix cancel workflow not working (#508)
d87f856 is described below

commit d87f856acbaf3f11a0559199ad7090beea7bcc45
Author: Shuyang Wu <wo...@gmail.com>
AuthorDate: Thu May 27 21:50:02 2021 -0400

    ci: fix cancel workflow not working (#508)
---
 .github/workflows/e2e-test-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/e2e-test-ci.yml b/.github/workflows/e2e-test-ci.yml
index 88deadb..3ad847d 100644
--- a/.github/workflows/e2e-test-ci.yml
+++ b/.github/workflows/e2e-test-ci.yml
@@ -30,6 +30,8 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
+        with:
+          submodules: recursive
       - name: Install kind
         run: |
           curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-amd64