branch develop updated (5375f96 -> a899c0a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 5375f96 Update .gitlab-ci.yml new a899c0a 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 a899c0a715bb71777522a4097e2d66ac4e66bcd8 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Feb 27 09:39:12 2017 +0100 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 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>.
participants (1)
-
chorem.org scm