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 69abb0f4554b7358d23a83c08326ee1e93bf78da Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 12:22:48 2020 +0100 Use npm bin explicitly --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15258d23..cb911613 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,9 +80,9 @@ release: - echo $PATH - ls node-v12.16.1-linux-x64/bin - cd pollen-ui-riot-js - - npm install - - npm version $VERSION - - npm run-script package + - ../node-v12.16.1-linux-x64/bin/npm install + - ../node-v12.16.1-linux-x64/bin/npm version $VERSION + - ../node-v12.16.1-linux-x64/bin/npm run-script package - mkdir -p $OLD_DIR/target/${CI_PROJECT_NAME}-$VERSION-site - cp -r target/dist/* $OLD_DIR/target/${CI_PROJECT_NAME}-$VERSION-site/. - cd ../ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.