Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
removed user-settings build
  • Loading branch information
bobcaprice authored May 7, 2020
1 parent 6fc831d commit 0d60068
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
run: mvn -B package --file gateway/pom.xml
- name: Build OAuth2 service
run: mvn -B package --file oauth2-service/pom.xml
- name: Build User Settings service
run: mvn -B package --file user-settings-service/pom.xml
- name: Build Assertion service
run: mvn -B package --file assertion-services/pom.xml

0 comments on commit 0d60068

Please sign in to comment.