Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: f8f6b548 by Tony CHEMIT at 2017-05-11T00:45:33+02:00 fix builds - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,19 +47,19 @@ stages: .deploy_site: &deploy_site script: - - mvn clean install site -DperformRelease scm-publish:publish-scm + - 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 .deploy_demo_latest: &deploy_demo_latest stage: Test script: - - mvn -Padd-git-commit-id-to-project-version -N - - mvn install -am -pl t3-web -DskipTests -Pdeploy-demo -Dclassifier=latest + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/-Padd-git-commit-id-to-project-version -N/' | bash + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/install -am -pl t3-web -DskipTests -Pdeploy-demo -Dclassifier=latest/' | bash build: stage: Build <<: *before_script_default script: - - mvn clean verify + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean verify/' | bash only: - develop - feature/* View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/f8f6b548d6fdf7ae8b181ec8964eaff71... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/f8f6b548d6fdf7ae8b181ec8964eaff71... You're receiving this email because of your account on gitlab.com.