Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
6b6c15e1
Commit
6b6c15e1
authored
Nov 05, 2018
by
Piotr Gawron
Browse files
sudo dep removed because it started to be problematic with latest docker images
parent
3caac7f9
Pipeline
#7259
passed with stage
in 11 minutes and 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6b6c15e1
...
...
@@ -166,8 +166,8 @@ build_war:
-
minerva.war
script
:
-
apt-get update
-
apt-get install -y curl gnupg git ant
sudo
-
curl -sL https://deb.nodesource.com/setup_9.x |
sudo -E
bash -
-
apt-get install -y curl gnupg git ant
-
curl -sL https://deb.nodesource.com/setup_9.x | bash -
-
apt-get install -y nodejs
-
ant maven-build
-
cp web/target/web-1.0.war minerva.war
...
...
@@ -177,8 +177,8 @@ dependency_conflict_check:
stage
:
test
script
:
-
apt-get update
-
apt-get install -y curl gnupg git ant
sudo
-
curl -sL https://deb.nodesource.com/setup_9.x |
sudo -E
bash -
-
apt-get install -y curl gnupg git ant
-
curl -sL https://deb.nodesource.com/setup_9.x | bash -
-
apt-get install -y nodejs
-
mvn clean install -DskipTests=true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment