Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ jobs:
steps:
- checkout
- run:
name: Assemble
command: ./gradlew assembleAll
working_directory: ~/project/project-composite
name: build
command: |
mvn compile
mvn package
working_directory: ~/project
- run:
name: Show jar files
command: find . -name "*boot.jar"
working_directory: ~/project/project-composite
command: find . -name "finix*.jar"
working_directory: ~/project

workflows:
version: 2
Expand Down