Skip to content

Commit

Permalink
Argument für settings.xml entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcsid authored Aug 30, 2023
1 parent a08fd45 commit eaa0666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
cache: maven

- name: Build with Maven
run: mvn -B -s ./.m2/settings.xml -Pgitlab-cicd verify -Dspring.security.logging.requests=all --file pom.xml
run: mvn -B -Pgitlab-cicd verify -Dspring.security.logging.requests=all --file pom.xml
# run: mvn -B -s ./.m2/settings.xml -Pgitlab-cicd verify -Dspring.security.logging.requests=all --file pom.xml

compliance:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eaa0666

Please sign in to comment.