Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
79713d64
by Tony CHEMIT at 2017-06-30T13:38:53+02:00
1 changed file:
Changes:
| ... | ... | @@ -45,7 +45,8 @@ 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 site -DperformRelease scm-publish:publish-scm/' | bash
|
|
| 48 |
+ - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean install/' | bash
|
|
| 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
|
|
| 49 | 50 |
|
| 50 | 51 |
.deploy_demo_latest: &deploy_demo_latest
|
| 51 | 52 |
stage: Test
|