Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 79713d64 by Tony CHEMIT at 2017-06-30T13:38:53+02:00 fix site build - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,8 @@ 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 site -DperformRelease scm-publish:publish-scm/' | bash + - 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/site -DperformRelease scm-publish:publish-scm/' | bash .deploy_demo_latest: &deploy_demo_latest stage: Test View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/79713d64d7780515a21001415296... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/79713d64d7780515a21001415296... You're receiving this email because of your account on gitlab.com.