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 3017611afc77bfa3848b0e98d6cc05f70a1cd56e Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 12:49:27 2020 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d63bb7e..f14c73d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ release: - sudo apt-get install -y xz-utils - curl -sL https://nodejs.org/dist/v12.16.1/node-v12.16.1-linux-x64.tar.xz -o /tmp/node-v12.16.1-linux-x64.tar.xz - tar -xf /tmp/node-v12.16.1-linux-x64.tar.xz - - PATH="$PATH:../node-v12.16.1-linux-x64/bin" + - PATH="$PATH:/tmp/release/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>.