This is an automated email from the git hooks/post-receive script. New commit to branch release/3.1.2 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 047589c67d1354fee24360db7ff349b74cf640a9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Feb 2 17:49:54 2018 +0100 fix gitlab ci release --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efe3ccb1..be770bfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,7 +82,7 @@ release: - curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs - cd pollen-ui-riot-js - npm install - - npm version $VERSION +# - npm version $VERSION - 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/. -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.