Skip to content
Snippets Groups Projects
Commit bd55f0dc authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '1960-fix-install-tests' into 'master'

fix jar build

Closes #1960

See merge request !1683
parents 78bd8661 ad635b13
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1683fix jar build
Pipeline #85824 passed
......@@ -396,9 +396,7 @@ build_jar:
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- mvn clean compile install -DskipTests=true
- cd web
- mvn clean compile install
- cd ..
- mvn install -pl web
- cp web/target/*exec.jar minerva.jar
test:dependency_conflict:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment