Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 5d88185a by Tony Chemit at 2017-07-19T02:00:24+02:00 improve site build [skip ci] - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ stages: .deploy_site: &deploy_site script: - - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean install/' | bash + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean install -DskipTests/' | bash - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/site -DperformRelease scm-publish:publish-scm/' | bash .deploy_demo_latest: &deploy_demo_latest View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/5d88185a18baece5f79fd8874ece... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/5d88185a18baece5f79fd8874ece... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT