Skip to content
Snippets Groups Projects

nodejs 9 is not supported anymore

Merged Piotr Gawron requested to merge node-issue into devel_15.1.x
+ 9
6
@@ -145,8 +145,9 @@ 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 -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- echo '-k' > ~/.curlrc
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated nodejs
- mkdir /etc/minerva/
- cp test-db-ci.properties /etc/minerva/db.properties
- mvn -DskipTests=true clean install -pl web -am
@@ -297,8 +298,9 @@ 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 -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- echo '-k' > ~/.curlrc
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated nodejs
- ant maven-build
- cp web/target/web-1.0.war minerva.war
@@ -308,8 +310,9 @@ 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 -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- echo '-k' > ~/.curlrc
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated nodejs
- mvn clean install -DskipTests=true
- set +e
Loading