branch release/3.3.0 updated (8416b52e -> 96a190c5)
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 8416b52e Use npm bin explicitly new 96a190c5 Update .gitlab-ci.yml 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 96a190c5a770959ef57924e0b38e992768e28a6f Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 12:37:14 2020 +0100 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 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 96a190c5a770959ef57924e0b38e992768e28a6f Author: Jean Couteau <couteau@codelutin.com> Date: Thu Mar 26 12:37:14 2020 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb911613..8d63bb7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,13 +76,11 @@ 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" - - echo $PATH - - ls node-v12.16.1-linux-x64/bin + - PATH="$PATH:../node-v12.16.1-linux-x64/bin" - cd pollen-ui-riot-js - - ../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 + - npm install + - 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/. - cd ../ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm