Skip to content

Commit

Permalink
chore: added fragment_table_split.sql to use after fragment table gen…
Browse files Browse the repository at this point in the history
…eration
  • Loading branch information
michaelwenk committed Aug 31, 2022
1 parent 7eabd2e commit 41ec4b9
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 19 deletions.
12 changes: 6 additions & 6 deletions scripts/buildJars.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

cd backend/sherlock-discovery-server && mvn clean package
cd backend/sherlock-discovery-server && mvn clean package -DskipTests
cd ../..
cd backend/sherlock-gateway && mvn clean package
cd backend/sherlock-gateway && mvn clean package -DskipTests
cd ../..
cd backend/sherlock-core && mvn clean package
cd backend/sherlock-core && mvn clean package -DskipTests
cd ../..
cd backend/sherlock-db-service-dataset && mvn clean package
cd backend/sherlock-db-service-dataset && mvn clean package -DskipTests
cd ../..
cd backend/sherlock-db-service-statistics && mvn clean package
cd backend/sherlock-db-service-statistics && mvn clean package -DskipTests
cd ../..
cd backend/sherlock-db-service-result && mvn clean package
cd backend/sherlock-db-service-result && mvn clean package -DskipTests
cd ../..
13 changes: 0 additions & 13 deletions scripts/buildJarsWithoutTests.sh

This file was deleted.

Loading

0 comments on commit 41ec4b9

Please sign in to comment.