Skip to content

Commit c7a88dc

Browse files
committed
Revert "Route CI Maven resolution through Databricks proxy"
This reverts commit c200b12.
1 parent c200b12 commit c7a88dc

4 files changed

Lines changed: 1 addition & 68 deletions

File tree

.github/inject-maven-mirror.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/maven-settings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/push.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2020

21-
- name: Configure Maven proxy
22-
run: mkdir -p ~/.m2 && cp .github/maven-settings.xml ~/.m2/settings.xml
23-
2421
- name: Cache Maven packages
2522
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2623
with:
@@ -49,9 +46,6 @@ jobs:
4946
- name: Checkout
5047
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
5148

52-
- name: Configure Maven proxy
53-
run: mkdir -p ~/.m2 && cp .github/maven-settings.xml ~/.m2/settings.xml
54-
5549
- name: Cache Maven packages
5650
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5751
with:
@@ -73,8 +67,5 @@ jobs:
7367
- name: Checkout
7468
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
7569

76-
- name: Configure Maven proxy
77-
run: mkdir -p ~/.m2 && cp .github/maven-settings.xml ~/.m2/settings.xml
78-
7970
- name: Validate lockfile
8071
run: make check-lock

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
server-password: MAVEN_CENTRAL_PASSWORD
3333
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
3434
gpg-passphrase: GPG_PASSPHRASE
35-
36-
- name: Configure Maven proxy
37-
run: python3 .github/inject-maven-mirror.py ~/.m2/settings.xml
38-
35+
3936
# This step runs ONLY on branch pushes (dry-run)
4037
- name: Run Release Dry-Run (Verify)
4138
if: "!startsWith(github.ref, 'refs/tags/')"

0 commit comments

Comments
 (0)