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
03b3e3f7
Commit
03b3e3f7
authored
Oct 06, 2021
by
Piotr Gawron
Browse files
nodejs 9 is not supported anymore
parent
3bd995fe
Pipeline
#47973
failed with stage
in 60 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
03b3e3f7
...
...
@@ -145,7 +145,7 @@ test:frontend:
script
:
&test_backend_web_definition
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
-
curl -sL https://deb.nodesource.com/setup_
9
.x | bash -
-
curl -sL https://deb.nodesource.com/setup_
12
.x | bash -
-
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
-
mkdir /etc/minerva/
-
cp test-db-ci.properties /etc/minerva/db.properties
...
...
@@ -297,7 +297,7 @@ build_war:
script
:
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
-
curl -sL https://deb.nodesource.com/setup_
9
.x | bash -
-
curl -sL https://deb.nodesource.com/setup_
12
.x | bash -
-
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
-
ant maven-build
-
cp web/target/web-1.0.war minerva.war
...
...
@@ -308,7 +308,7 @@ test:dependency_conflict:
script
:
-
apt-get update
-
DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
-
curl -sL https://deb.nodesource.com/setup_
9
.x | bash -
-
curl -sL https://deb.nodesource.com/setup_
12
.x | bash -
-
DEBIAN_FRONTEND=noninteractive 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