This is an automated email from the git hooks/post-receive script. New commit to branch release/3.3.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 2e6b6c13d4c1437ff85bd98d74c67e8e790e9cd3 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 07:08:30 2020 +0100 Update node version --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 820fd599..9e8c4b7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,6 @@ release: - curl -sL --header "PRIVATE-TOKEN:$TOKEN_MR" "https://gitlab.nuiton.org/api/v4/projects/123/repository/files/release.sh/ra..." -o /tmp/release.sh - chmod +x /tmp/release.sh - echo "Check Gitlab Milestone for $VERSION " - - cat /tmp/release.sh - /tmp/release.sh "$TOKEN_MR" "$CI_PROJECT_ID" "$VERSION" check - echo "Maven release for $VERSION " - mvn -q --batch-mode org.codehaus.mojo:versions-maven-plugin::set -DnewVersion=$VERSION @@ -74,7 +73,7 @@ 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_8.x | sudo -E bash - && sudo apt-get install -y nodejs + - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - && sudo apt-get install -y nodejs - 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>.