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

sudo dep removed because it started to be problematic with latest docker images

parent 3caac7f9
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!490Resolve "common functionality of NetworkExportPanel and GraphicsExportPanel should be extracted to abstract class"
Pipeline #7259 passed
...@@ -166,8 +166,8 @@ build_war: ...@@ -166,8 +166,8 @@ build_war:
- minerva.war - minerva.war
script: script:
- apt-get update - apt-get update
- apt-get install -y curl gnupg git ant sudo - apt-get install -y curl gnupg git ant
- curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - - curl -sL https://deb.nodesource.com/setup_9.x | bash -
- apt-get install -y nodejs - apt-get install -y nodejs
- ant maven-build - ant maven-build
- cp web/target/web-1.0.war minerva.war - cp web/target/web-1.0.war minerva.war
...@@ -177,8 +177,8 @@ dependency_conflict_check: ...@@ -177,8 +177,8 @@ dependency_conflict_check:
stage: test stage: test
script: script:
- apt-get update - apt-get update
- apt-get install -y curl gnupg git ant sudo - apt-get install -y curl gnupg git ant
- curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash - - curl -sL https://deb.nodesource.com/setup_9.x | bash -
- apt-get install -y nodejs - apt-get install -y nodejs
- mvn clean install -DskipTests=true - mvn clean install -DskipTests=true
......
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