You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/10/05 08:09:20 UTC

[shardingsphere] branch master updated: Fix : fix the incorrect path since the path name has been refactored. (#21345)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a6212324fd3 Fix : fix the incorrect path since the path name has been refactored. (#21345)
a6212324fd3 is described below

commit a6212324fd3a676ce9be1d16ef492a2071d0c683
Author: 孙念君 Nianjun Sun <su...@sphere-ex.com>
AuthorDate: Wed Oct 5 16:09:09 2022 +0800

    Fix : fix the incorrect path since the path name has been refactored. (#21345)
    
    * Fix : fix a docker workflow path issue
    
    * Fix : fix the incorrect path after the path name refactor
    
    Co-authored-by: 孙念君 Nianjun Sun <su...@apache.com>
---
 .github/workflows/daily-graalvm-image.yml   | 2 +-
 .github/workflows/daily-nightlies-rsync.yml | 2 +-
 .github/workflows/docker-per-commit.yaml    | 4 ++--
 .github/workflows/it.yml                    | 8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/daily-graalvm-image.yml b/.github/workflows/daily-graalvm-image.yml
index 94196190d97..3c9a103967f 100644
--- a/.github/workflows/daily-graalvm-image.yml
+++ b/.github/workflows/daily-graalvm-image.yml
@@ -53,4 +53,4 @@ jobs:
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
       - name: Push docker image
-        run: ./mvnw -am -pl distribution/proxy-native-distribution -B -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotless.apply.skip=true -Drat.skip=true -Pnative,docker.buildx.push.native -Dproxy.image.repository=${{ env.PROXY }} -Dproxy.image.tag=${{ github.sha }} clean package
+        run: ./mvnw -am -pl distribution/proxy-native -B -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotless.apply.skip=true -Drat.skip=true -Pnative,docker.buildx.push.native -Dproxy.image.repository=${{ env.PROXY }} -Dproxy.image.tag=${{ github.sha }} clean package
diff --git a/.github/workflows/daily-nightlies-rsync.yml b/.github/workflows/daily-nightlies-rsync.yml
index 11d935b0236..652869c0439 100644
--- a/.github/workflows/daily-nightlies-rsync.yml
+++ b/.github/workflows/daily-nightlies-rsync.yml
@@ -50,7 +50,7 @@ jobs:
         uses: burnett01/rsync-deployments@5.2
         with:
           switches: -avzr
-          path: distribution/proxy-distribution/target/apache-shardingsphere-*.tar.gz
+          path: distribution/proxy/target/apache-shardingsphere-*.tar.gz
           remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/shardingsphere
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
diff --git a/.github/workflows/docker-per-commit.yaml b/.github/workflows/docker-per-commit.yaml
index e1ed99f75c3..71a72008a66 100644
--- a/.github/workflows/docker-per-commit.yaml
+++ b/.github/workflows/docker-per-commit.yaml
@@ -25,7 +25,7 @@ on:
       - '**/src/main/**'
       - '!examples/**'
       - '!distribution/**'
-      - 'distribution/proxy-distribution/**'
+      - 'distribution/proxy/**'
       - '!test/**'
       - '!*.md'
 
@@ -66,4 +66,4 @@ jobs:
       - name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v1
       - name: Push docker image
-        run: ./mvnw -am -pl distribution/proxy-distribution -B -Prelease,docker.buildx.push -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotless.apply.skip=true -Drat.skip=true -Dproxy.image.repository=${{ env.PROXY }} -Dproxy.image.tag=${{ github.sha }} clean install
+        run: ./mvnw -am -pl distribution/proxy -B -Prelease,docker.buildx.push -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Dspotless.apply.skip=true -Drat.skip=true -Dproxy.image.repository=${{ env.PROXY }} -Dproxy.image.tag=${{ github.sha }} clean install
diff --git a/.github/workflows/it.yml b/.github/workflows/it.yml
index 46db5286bd6..7b12a8ce26d 100644
--- a/.github/workflows/it.yml
+++ b/.github/workflows/it.yml
@@ -26,8 +26,8 @@ on:
       - '**/src/main/**'
       - '!examples/**'
       - '!distribution/**'
-      - 'distribution/proxy-distribution/**'
-      - '!distribution/proxy-distribution/src/main/release-docs/**'
+      - 'distribution/proxy/**'
+      - '!distribution/proxy/src/main/release-docs/**'
       - '!kernel/data-pipeline/**'
       - '!test/**'
       - 'test/pom.xml'
@@ -44,8 +44,8 @@ on:
       - '**/src/main/**'
       - '!examples/**'
       - '!distribution/**'
-      - 'distribution/proxy-distribution/**'
-      - '!distribution/proxy-distribution/src/main/release-docs/**'
+      - 'distribution/proxy/**'
+      - '!distribution/proxy/src/main/release-docs/**'
       - '!kernel/data-pipeline/**'
       - '!test/**'
       - 'test/pom.xml'