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

wusheng pushed a commit to branch fix-ci
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/fix-ci by this push:
     new a953330  Fix more.
a953330 is described below

commit a95333021d765ff904836f61ea616c31002b43c4
Author: Wu Sheng <[email protected]>
AuthorDate: Fri Oct 2 17:12:55 2020 +0800

    Fix more.
---
 .github/workflows/e2e.kafka.yaml | 12 ++++++------
 .github/workflows/e2e.yaml       | 24 ++++++++++++------------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/.github/workflows/e2e.kafka.yaml b/.github/workflows/e2e.kafka.yaml
index f98b9cc..19cd49e 100644
--- a/.github/workflows/e2e.kafka.yaml
+++ b/.github/workflows/e2e.kafka.yaml
@@ -97,12 +97,12 @@ jobs:
         with:
           submodules: true
       - name: Cache local Maven repository
-          uses: actions/cache@v2
-          with:
-            path: ~/.m2/repository
-            key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-            restore-keys: |
-              ${{ runner.os }}-maven-
+        uses: actions/cache@v2
+        with:
+          path: ~/.m2/repository
+          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+          restore-keys: |
+            ${{ runner.os }}-maven-
       - name: Compile and Build
         run: make docker
       - name: Copy dist package
diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml
index 5efc1ee..19e7c67 100644
--- a/.github/workflows/e2e.yaml
+++ b/.github/workflows/e2e.yaml
@@ -102,12 +102,12 @@ jobs:
         with:
           submodules: true
       - name: Cache local Maven repository
-          uses: actions/cache@v2
-          with:
-            path: ~/.m2/repository
-            key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-            restore-keys: |
-              ${{ runner.os }}-maven-
+        uses: actions/cache@v2
+        with:
+          path: ~/.m2/repository
+          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+          restore-keys: |
+            ${{ runner.os }}-maven-
       - name: Compile and Build
         run: make docker
       - name: Copy dist package
@@ -131,12 +131,12 @@ jobs:
         with:
           submodules: true
       - name: Cache local Maven repository
-          uses: actions/cache@v2
-          with:
-            path: ~/.m2/repository
-            key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-            restore-keys: |
-              ${{ runner.os }}-maven-
+        uses: actions/cache@v2
+        with:
+          path: ~/.m2/repository
+          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+          restore-keys: |
+            ${{ runner.os }}-maven-
       - name: Compile and Build
         run: make docker
       - name: Copy dist package

Reply via email to