| Date: | 2011-07-31 00:09:00 (1 year 9 months ago) |
|---|---|
| Author: | Frédéric Bertolus |
| Branch: | |
| Commit: | 357cc2fda5f6cf3434b532fd328726440a92a743 |
| Parents: |
d5db9925222def761c1b99b0301b66dae1f23cd9 |
| Message: | fix bug in deploy script |
File differences
| deployment/deploy.sh | ||
|---|---|---|
| 83 | 83 | exit 1 |
| 84 | 84 | fi |
| 85 | 85 | |
| 86 | GRADLE="mvn -b $REPOS_DIR/build.gradle" | |
| 86 | GRADLE="gradle -b $REPOS_DIR/build.gradle" | |
| 87 | 87 | |
| 88 | 88 | echo "HOST=$HOST |
| 89 | 89 | RELEASE_VERSION=$RELEASE_VERSION |
