Stop copying settings.xml
for Maven configuration (#4043)
This commit is contained in:
parent
1762ba8858
commit
8d0917f3fc
1 changed files with 0 additions and 5 deletions
5
.github/workflows/cypress.yml
vendored
5
.github/workflows/cypress.yml
vendored
|
@ -44,11 +44,6 @@ jobs:
|
|||
check-latest: true
|
||||
cache: maven
|
||||
|
||||
# See https://issues.redhat.com/browse/KEYCLOAK-17812
|
||||
- name: Update Maven settings
|
||||
working-directory: keycloak-repo
|
||||
run: cp .github/settings.xml ~/.m2
|
||||
|
||||
- name: Build Admin UI
|
||||
working-directory: admin-ui-repo
|
||||
run: mvn clean install --batch-mode --file keycloak-theme/pom.xml
|
||||
|
|
Loading…
Reference in a new issue