Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: c555e704 by Tony CHEMIT at 2017-05-11T00:43:40+02:00 fix builds - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,7 +116,7 @@ nightly-build: stage: Build <<: *nightly script: - - mvn clean verify -DperformRelease + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean verify -DperformRelease/' | bash nightly-site: stage: Test @@ -140,13 +140,13 @@ nightly-demo: staging-demo: <<: *staging script: - - mvn install -am -pl t3-web -DskipTests -Pdeploy-demo -DperformRelease + - 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 -DperformRelease/' | bash staging-site: <<: *staging <<: *deploy_site -release: +staging-release: <<: *staging when: manual script: View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/c555e704aac3781bf6ea4e667b9ac0969... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/c555e704aac3781bf6ea4e667b9ac0969... You're receiving this email because of your account on gitlab.com.