-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added fragment_table_split.sql to use after fragment table gen…
…eration
- Loading branch information
michaelwenk
committed
Aug 31, 2022
1 parent
7eabd2e
commit 41ec4b9
Showing
3 changed files
with
306 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ../.. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.