This is an automated email from the ASF dual-hosted git repository.
yikun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 6f56ef1 [SPARK-40866][INFRA] Rename Spark repository as Spark Docker
repository in GA
6f56ef1 is described below
commit 6f56ef1c8c8bccd05069d4590f7ae084d4c72b4d
Author: Qian.Sun <[email protected]>
AuthorDate: Fri Oct 21 16:02:50 2022 +0800
[SPARK-40866][INFRA] Rename Spark repository as Spark Docker repository in
GA
### What changes were proposed in this pull request?
This PR aim to rename `Spark repository` as `Spark Docker repository` in
GA, discussion as
https://github.com/apache/spark-docker/pull/15#discussion_r1001440707
### Why are the changes needed?
Actually repository is apache/spark-docker.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass the GA
Closes #18 from dcoliversun/SPARK-40866.
Authored-by: Qian.Sun <[email protected]>
Signed-off-by: Yikun Jiang <[email protected]>
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b47245b..08bba68 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
- ${{ inputs.java }}
image_suffix: [python3-ubuntu, ubuntu, r-ubuntu, python3-r-ubuntu]
steps:
- - name: Checkout Spark repository
+ - name: Checkout Spark Docker repository
uses: actions/checkout@v2
- name: Set up QEMU
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]