branch release/3.1.2 updated (a57f38c0 -> 047589c6)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.1.2 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a57f38c0 fix gitlab ci release new 047589c6 fix gitlab ci release 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 047589c67d1354fee24360db7ff349b74cf640a9 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Feb 2 17:49:54 2018 +0100 fix gitlab ci release Summary of changes: .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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.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>.
participants (1)
-
chorem.org scm