Skip to content

Commit e3febb8

Browse files
authored
Update build.yml [skip ci]
1 parent 6f12eb4 commit e3febb8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
- name: Copy maven settings
15-
run: |
16-
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
1714
- uses: actions/setup-java@v4
1815
with:
1916
java-version: 17.0.13
@@ -29,4 +26,4 @@ jobs:
2926
${{ runner.os }}-
3027
- name: Run maven build
3128
run: mvn verify -s .github/workflows/settings.xml
32-
29+

0 commit comments

Comments
 (0)