This is an automated email from the git hooks/post-receive script. New commit to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 9a63fc92582c565ce9a379ad6786d18d504ee96a Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 18:57:42 2020 +0200 try ci conf --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7e7e00f..92cb5e1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ stages: build-java: image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 stage: build + when : manual script: - mvn --version - mvn install @@ -22,6 +23,7 @@ build-java: build-js: image: registry.nuiton.org/codelutin/dockerfiles:nodejs10 stage: build + when : manual script: - cd pollen-ui-riot-js; npm install - ./node_modules/.bin/eslint --ext .js,.tag.html src/main/ @@ -225,6 +227,8 @@ artillery: when : manual script: + - node -v + - npm -v - curl -sL https://deb.nodesource.com/setup_10.x | bash - - apt-get install -y nodejs - npm install artillery -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.