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/12/07 02:05:21 UTC

[shardingsphere] branch master updated: Refactor : remove a variable in github action (#22702)

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

zhonghongsheng 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 0b5386880db Refactor : remove a variable in github action (#22702)
0b5386880db is described below

commit 0b5386880db01523804950d420373abf22b4041d
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Wed Dec 7 10:05:15 2022 +0800

    Refactor : remove a variable in github action (#22702)
---
 .github/workflows/e2e.yml         | 3 +--
 .github/workflows/nightly-e2e.yml | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index ae4b0b82c06..07e1333992a 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -56,7 +56,6 @@ concurrency:
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true -Dspotless.apply.skip=true -Drat.skip=true
-  REPOSITORY: apache/shardingsphere
   REPOSITORY_NAME: shardingsphere
 
 jobs:
@@ -84,7 +83,7 @@ jobs:
       - name: Verify Suite CI Run
         run: ./mvnw -B install -pl test/e2e/suite -Dspotless.apply.skip=true
       - name: Save IT image
-        run: docker save -o /tmp/${{ env.REPOSITORY_NAME }}-proxy-test.tar ${{ env.REPOSITORY }}-proxy-test:latest
+        run: docker save -o /tmp/${{ env.REPOSITORY_NAME }}-proxy-test.tar apache/shardingsphere-proxy-test:latest
       - uses: actions/upload-artifact@v3
         with:
           name: it-image
diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml
index aa2084d5a49..872105a4073 100644
--- a/.github/workflows/nightly-e2e.yml
+++ b/.github/workflows/nightly-e2e.yml
@@ -28,7 +28,6 @@ concurrency:
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true -Dspotless.apply.skip=true -Drat.skip=true
-  REPOSITORY: apache/shardingsphere
   REPOSITORY_NAME: shardingsphere
 
 jobs:
@@ -57,7 +56,7 @@ jobs:
       - name: Verify Suite CI Run
         run: ./mvnw -B install -pl test/e2e/suite -Dspotless.apply.skip=true
       - name: Save IT image
-        run: docker save -o /tmp/${{ env.REPOSITORY_NAME }}-proxy-test.tar ${{ env.REPOSITORY }}-proxy-test:latest
+        run: docker save -o /tmp/${{ env.REPOSITORY_NAME }}-proxy-test.tar apache/shardingsphere-proxy-test:latest
       - uses: actions/upload-artifact@v3
         with:
           name: it-image