This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit a899c0a715bb71777522a4097e2d66ac4e66bcd8 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Feb 27 09:39:12 2017 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df4e193..0dd2afe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,8 @@ build-js: image: registry.nuiton.org/codelutin/dockerfiles:nodejs5 stage: build script: - - npm install - - npm run-script package + - cd pollen-ui-riot-js; npm install + - pollen-ui-riot-js; npm run-script package artifacts: paths: - pollen-ui-riot-js/target/dist/ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.