Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
5d88185a
by Tony Chemit at 2017-07-19T02:00:24+02:00
1 changed file:
Changes:
| ... | ... | @@ -45,7 +45,7 @@ stages: |
| 45 | 45 |
|
| 46 | 46 |
.deploy_site: &deploy_site
|
| 47 | 47 |
script:
|
| 48 |
- - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean install/' | bash
|
|
| 48 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean install -DskipTests/' | bash
|
|
| 49 | 49 |
- wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/site -DperformRelease scm-publish:publish-scm/' | bash
|
| 50 | 50 |
|
| 51 | 51 |
.deploy_demo_latest: &deploy_demo_latest
|