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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 60fe633  Remove dubbo-springboot-project build in Github Actions (#310)
60fe633 is described below

commit 60fe63344f9b3476d8c6403b6f88f40a6fcb8976
Author: Albumen Kevin <jhq0...@gmail.com>
AuthorDate: Wed May 5 20:10:29 2021 +0800

    Remove dubbo-springboot-project build in Github Actions (#310)
    
    * remove dubbo-springboot-project build in Github Actions
    
    * recover missed line
---
 .github/workflows/dubbo-2.yml         | 14 +-------------
 .github/workflows/dubbo-3.yml         | 14 +-------------
 .github/workflows/nightly-dubbo-2.yml | 14 +-------------
 .github/workflows/nightly-dubbo-3.yml | 14 +-------------
 4 files changed, 4 insertions(+), 52 deletions(-)

diff --git a/.github/workflows/dubbo-2.yml b/.github/workflows/dubbo-2.yml
index 2c51d4f..d0fba63 100644
--- a/.github/workflows/dubbo-2.yml
+++ b/.github/workflows/dubbo-2.yml
@@ -66,11 +66,6 @@ jobs:
           repository: 'apache/dubbo'
           ref: ${{env.DUBBO_REF}}
           path: dubbo
-      - uses: actions/checkout@v2
-        with:
-          repository: 'apache/dubbo-spring-boot-project'
-          ref: ${{env.DUBBO_SPRING_BOOT_REF}}
-          path: dubbo-spring-boot-project
       - name: Get commit id and dubbo version
         id: git-checker
         run: |
@@ -82,10 +77,8 @@ jobs:
           #concat dubbo/dubbo-spring-boot commit id
           cd dubbo
           dubbo_commit_id=`git log --format="%H" -n 1`
-          cd ../dubbo-spring-boot-project
-          dubbo_spring_boot_commit_id=`git log --format="%H" -n 1`
           cd ..
-          commit_id=$dubbo_commit_id-$dubbo_spring_boot_commit_id
+          commit_id=$dubbo_commit_id
           echo "::set-output name=commit_id::$commit_id"
           echo "commit_id: $commit_id"
       - name: Dubbo cache
@@ -112,11 +105,6 @@ jobs:
         run: |
           cd dubbo
           ./mvnw --batch-mode --no-transfer-progress  clean install 
-Dmaven.test.skip=true -Dmaven.test.skip.exec=true
-      - name: Build dubbo-spring-boot
-        if: steps.dubbocache.outputs.cache-hit != 'true'
-        run: |
-          cd dubbo-spring-boot-project
-          ./mvnw --batch-mode --no-transfer-progress  clean install 
-Dmaven.test.skip=true -Dmaven.test.skip.exec=true
 
   prepare_test:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/dubbo-3.yml b/.github/workflows/dubbo-3.yml
index 64b7d1c..614a543 100644
--- a/.github/workflows/dubbo-3.yml
+++ b/.github/workflows/dubbo-3.yml
@@ -66,11 +66,6 @@ jobs:
           repository: 'apache/dubbo'
           ref: ${{env.DUBBO_REF}}
           path: dubbo
-      - uses: actions/checkout@v2
-        with:
-          repository: 'apache/dubbo-spring-boot-project'
-          ref: ${{env.DUBBO_SPRING_BOOT_REF}}
-          path: dubbo-spring-boot-project
       - name: Get commit id and dubbo version
         id: git-checker
         run: |
@@ -82,10 +77,8 @@ jobs:
           #concat dubbo/dubbo-spring-boot commit id
           cd dubbo
           dubbo_commit_id=`git log --format="%H" -n 1`
-          cd ../dubbo-spring-boot-project
-          dubbo_spring_boot_commit_id=`git log --format="%H" -n 1`
           cd ..
-          commit_id=$dubbo_commit_id-$dubbo_spring_boot_commit_id
+          commit_id=$dubbo_commit_id
           echo "::set-output name=commit_id::$commit_id"
           echo "commit_id: $commit_id"
       - name: Dubbo cache
@@ -112,11 +105,6 @@ jobs:
         run: |
           cd dubbo
           ./mvnw --batch-mode --no-transfer-progress  clean install 
-Dmaven.test.skip=true -Dmaven.test.skip.exec=true
-      - name: Build dubbo-spring-boot
-        if: steps.dubbocache.outputs.cache-hit != 'true'
-        run: |
-          cd dubbo-spring-boot-project
-          ./mvnw --batch-mode --no-transfer-progress  clean install 
-Dmaven.test.skip=true -Dmaven.test.skip.exec=true
 
   prepare_test:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/nightly-dubbo-2.yml 
b/.github/workflows/nightly-dubbo-2.yml
index 3d78865..9ac1075 100644
--- a/.github/workflows/nightly-dubbo-2.yml
+++ b/.github/workflows/nightly-dubbo-2.yml
@@ -69,11 +69,6 @@ jobs:
           repository: 'apache/dubbo'
           ref: ${{env.DUBBO_REF}}
           path: dubbo
-      - uses: actions/checkout@v2
-        with:
-          repository: 'apache/dubbo-spring-boot-project'
-          ref: ${{env.DUBBO_SPRING_BOOT_REF}}
-          path: dubbo-spring-boot-project
       - name: Get commit id and dubbo version
         id: git-checker
         run: |
@@ -85,10 +80,8 @@ jobs:
           #concat dubbo/dubbo-spring-boot commit id
           cd dubbo
           dubbo_commit_id=`git log --format="%H" -n 1`
-          cd ../dubbo-spring-boot-project
-          dubbo_spring_boot_commit_id=`git log --format="%H" -n 1`
           cd ..
-          commit_id=$dubbo_commit_id-$dubbo_spring_boot_commit_id
+          commit_id=$dubbo_commit_id
           echo "::set-output name=commit_id::$commit_id"
           echo "commit_id: $commit_id"
       - name: Dubbo cache
@@ -115,11 +108,6 @@ jobs:
         run: |
           cd dubbo
           ./mvnw --batch-mode --no-transfer-progress  clean install 
-Dmaven.test.skip=true -Dmaven.test.skip.exec=true
-      - name: Build dubbo-spring-boot
-        if: steps.dubbocache.outputs.cache-hit != 'true'
-        run: |
-          cd dubbo-spring-boot-project
-          ./mvnw --batch-mode --no-transfer-progress  clean install 
-Dmaven.test.skip=true -Dmaven.test.skip.exec=true
 
   prepare_test:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/nightly-dubbo-3.yml 
b/.github/workflows/nightly-dubbo-3.yml
index 4642abe..6ab06f2 100644
--- a/.github/workflows/nightly-dubbo-3.yml
+++ b/.github/workflows/nightly-dubbo-3.yml
@@ -68,11 +68,6 @@ jobs:
           repository: 'apache/dubbo'
           ref: ${{env.DUBBO_REF}}
           path: dubbo
-      - uses: actions/checkout@v2
-        with:
-          repository: 'apache/dubbo-spring-boot-project'
-          ref: ${{env.DUBBO_SPRING_BOOT_REF}}
-          path: dubbo-spring-boot-project
       - name: Get commit id and dubbo version
         id: git-checker
         run: |
@@ -84,10 +79,8 @@ jobs:
           #concat dubbo/dubbo-spring-boot commit id
           cd dubbo
           dubbo_commit_id=`git log --format="%H" -n 1`
-          cd ../dubbo-spring-boot-project
-          dubbo_spring_boot_commit_id=`git log --format="%H" -n 1`
           cd ..
-          commit_id=$dubbo_commit_id-$dubbo_spring_boot_commit_id
+          commit_id=$dubbo_commit_id
           echo "::set-output name=commit_id::$commit_id"
           echo "commit_id: $commit_id"
       - name: Dubbo cache
@@ -114,11 +107,6 @@ jobs:
         run: |
           cd dubbo
           ./mvnw --batch-mode --no-transfer-progress  clean install 
-Dmaven.test.skip=true -Dmaven.test.skip.exec=true
-      - name: Build dubbo-spring-boot
-        if: steps.dubbocache.outputs.cache-hit != 'true'
-        run: |
-          cd dubbo-spring-boot-project
-          ./mvnw --batch-mode --no-transfer-progress  clean install 
-Dmaven.test.skip=true -Dmaven.test.skip.exec=true
 
   prepare_test:
     runs-on: ubuntu-latest

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to