Skip to content

Commit d6c36c0

Browse files
committed
We (obviously) need a proper working copy to test the backports.
Switch to checking out via svn instead of from github. * .github/workflows/detect-backport-conflicts.yml (steps): Remove git-stuff and add svn-stuff git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1924125 13f79535-47bb-0310-9956-ffa450edef68
1 parent 22d3e83 commit d6c36c0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/detect-backport-conflicts.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ jobs:
4343
sudo apt-get install
4444
subversion
4545
46-
- name: Use LF for Git checkout
47-
run: |
48-
git config --global core.autocrlf false
49-
git config --global core.eol lf
50-
51-
- uses: actions/checkout@v4
46+
- name: Checkout backport branch
47+
run: svn co https://svn.apache.org/repos/asf/subversion/branches/1.14.x
5248

5349
- name: Detect conflicting backports
54-
run: ./tools/dist/detect-conflicting-backports.py
50+
run: cd 1.14.x && ./tools/dist/detect-conflicting-backports.py
5551

0 commit comments

Comments
 (0)