branch release/3.3.0 updated (898ba40e -> 6c8c7e75)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.3.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 898ba40e Update .gitlab-ci.yml new 6c8c7e75 Use node + npm 12.16.1 binaries The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 6c8c7e75e7a892303d11003dfaa18e5e5b8a6ad6 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 09:54:04 2020 +0100 Use node + npm 12.16.1 binaries Summary of changes: .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 6c8c7e75e7a892303d11003dfaa18e5e5b8a6ad6 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 09:54:04 2020 +0100 Use node + npm 12.16.1 binaries --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dffae81..3c0a1068 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,8 +73,9 @@ 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 " - - sudo apt install -y nodejs - - curl -L https://npmjs.org/install.sh | sudo sh + - curl -sL https://nodejs.org/dist/v12.16.1/node-v12.16.1-linux-x64.tar.xz + - tar -xf node-v12.16.1-linux-x64.tar.xz + - PATH="$PATH:node-v12.16.1-linux-x64/bin" - 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>.
participants (1)
-
chorem.org scm