Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 55d1f127 by Tony CHEMIT at 2017-07-10T15:55:03+02:00 do not execute tests on regular build - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ build: stage: Build <<: *before_script_default script: - - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/verify/' | bash + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/verify -DskipTests/' | bash only: - develop - develop-5.x View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/55d1f1279e4e9c8cda8a5d5e0a8e... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/55d1f1279e4e9c8cda8a5d5e0a8e... You're receiving this email because of your account on gitlab.com.