This is an automated email from the git hooks/post-receive script. New commit to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 0e67f9f4e8b19574dd24e3872d1a70fb958506f5 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 08:16:33 2020 +0100 use apt to install node and npm --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c156896e..e87ff12b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,9 +73,8 @@ release: - mkdir -p $OLD_DIR/target - cp pollen-rest-api/target/*.war $OLD_DIR/target/${CI_PROJECT_NAME}-$VERSION-api.war - echo "NodeJs release for $VERSION " - - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - && sudo apt-get install -y nodejs - - echo "Install NPM" - - curl -L https://npmjs.org/install.sh | sudo sh + - sudo apt update + - sudo apt install nodejs npm - cd pollen-ui-riot-js - npm install - npm version $VERSION -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.