File tree Expand file tree Collapse file tree 14 files changed +0
-126
lines changed
Expand file tree Collapse file tree 14 files changed +0
-126
lines changed Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-clickhouse
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-clickhouse
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-ftp
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-ftp
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-ftps
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-ftps
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-hdfs
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-hdfs
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-hive
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-hive
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-iceberg
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-iceberg
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-mssql
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-mssql
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-mysql
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-mysql
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-oracle
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-oracle
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
Original file line number Diff line number Diff line change 2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222
23- - name : Cache jars
24- uses : actions/cache@v4
25- with :
26- path : ./cached_jars
27- key : ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-s3
28- restore-keys : |
29- ${{ runner.os }}-python-${{ env.DEFAULT_PYTHON }}-test-s3
30- ${{ runner.os }}-python-
31-
3223 - name : Build Worker Image
3324 uses : docker/build-push-action@v6
3425 with :
You can’t perform that action at this time.
0 commit comments