merge everything from main project

This commit is contained in:
2021-10-18 11:45:52 +02:00
parent 941e4d7f20
commit d08a6d0b67
86 changed files with 3527 additions and 79 deletions

View File

@@ -56,6 +56,10 @@ jobs:
run: mvn -f tapas-tasks/pom.xml --batch-mode --update-snapshots verify
- run: cp ./tapas-tasks/target/tapas-tasks-0.0.1-SNAPSHOT.jar ./target
- name: Build with Maven
run: mvn -f tapas-auction-house/pom.xml --batch-mode --update-snapshots verify
- run: cp ./tapas-auction-house/target/tapas-auction-house-0.0.1-SNAPSHOT.jar ./target
- run: cp ./.deployment/docker-compose.yml ./target
- name: Archive artifacts
uses: actions/upload-artifact@v1