Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
411070e6
by Tony CHEMIT at 2017-08-01T15:21:44+02:00
1 changed file:
Changes:
| ... | ... | @@ -52,7 +52,7 @@ stages: |
| 52 | 52 |
stage: Test
|
| 53 | 53 |
script:
|
| 54 | 54 |
- 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
|
| 55 |
- - 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
|
|
| 55 |
+ - 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
|
|
| 56 | 56 |
|
| 57 | 57 |
build:
|
| 58 | 58 |
stage: Build
|
| ... | ... | @@ -139,7 +139,7 @@ nightly-demo: |
| 139 | 139 |
staging-demo:
|
| 140 | 140 |
<<: *staging
|
| 141 | 141 |
script:
|
| 142 |
- - 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
|
|
| 142 |
+ - 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
|
|
| 143 | 143 |
|
| 144 | 144 |
staging-site:
|
| 145 | 145 |
<<: *staging
|