Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 411070e6 by Tony CHEMIT at 2017-08-01T15:21:44+02:00 fix deploy demo build [skip ci] - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ stages: stage: Test script: - 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 application-web -DskipTests -Pdeploy-demo -Dclassifier=latest/' | bash + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/install -am -pl server -DskipTests -Pdeploy-demo -Dclassifier=latest/' | bash build: stage: Build @@ -139,7 +139,7 @@ nightly-demo: staging-demo: <<: *staging script: - - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/install -am -pl application-web -DskipTests -Pdeploy-demo -DperformRelease/' | bash + - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/install -am -pl server -DskipTests -Pdeploy-demo -DperformRelease/' | bash staging-site: <<: *staging View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/411070e6b7d187870edcaef0e0c6... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/411070e6b7d187870edcaef0e0c6... You're receiving this email because of your account on gitlab.com.