Skip to content
Snippets Groups Projects
Verified Commit e47011e2 authored by Martin Weise's avatar Martin Weise
Browse files

Fixed pull cmd

parent c22c1f1d
Branches
Tags
2 merge requests!163Relase 1.3.0,!159Large update
...@@ -157,7 +157,8 @@ test-container-service: clean build-metadata-db build-container-service ...@@ -157,7 +157,8 @@ test-container-service: clean build-metadata-db build-container-service
mvn -f ./dbrepo-container-service/pom.xml clean test verify mvn -f ./dbrepo-container-service/pom.xml clean test verify
test-database-service: clean build-metadata-db build-database-service test-database-service: clean build-metadata-db build-database-service
docker pull rabbitmq:3-management-alpine elasticsearch:8.7.1 docker pull rabbitmq:3-management-alpine
docker pull elasticsearch:8.7.1
mvn -f ./dbrepo-database-service/pom.xml clean test verify mvn -f ./dbrepo-database-service/pom.xml clean test verify
test-query-service: clean build-metadata-db build-query-service test-query-service: clean build-metadata-db build-query-service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment