This is an automated email from the ASF dual-hosted git repository.
magicaltrout pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git
The following commit(s) were added to refs/heads/master by this push:
new a4e0cc9 install npm
a4e0cc9 is described below
commit a4e0cc91c7eaeaec9c6529614b54671241271d2d
Author: Tom Barber <[email protected]>
AuthorDate: Fri Mar 29 21:56:27 2019 +0000
install npm
---
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f19cb45..c52cce2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: maven:3.3.9-jdk-8
+image: maven:3.6.0-jdk-8
stages:
- build
@@ -9,6 +9,9 @@ cache:
- .m2/repository
- target/
+before_script:
+ - apt-get update && curl -sL https://deb.nodesource.com/setup_10.x | bash -
&& apt install nodejs npm
+
build:
stage: build
script: