since it's not available in deploy phase on travis
This commit is contained in:
Andreas Dangel 2018-12-09 11:01:26 +01:00
parent c9ec16cac1
commit 09c0e298f4
2 changed files with 323 additions and 1 deletions

View File

@ -117,7 +117,7 @@ mkdir pmd.github.io
log_info "Uploading the new release to pmd.sourceforge.net which serves as an archive..."
travis_wait rsync -ah --stats docs/pmd-doc-${RELEASE_VERSION}/ ${PMD_SF_USER}@web.sourceforge.net:/home/project-web/pmd/htdocs/pmd-${RELEASE_VERSION}/
.travis/travis_wait "rsync -ah --stats docs/pmd-doc-${RELEASE_VERSION}/ ${PMD_SF_USER}@web.sourceforge.net:/home/project-web/pmd/htdocs/pmd-${RELEASE_VERSION}/"
if [ $? -ne 0 ]; then
log_error "Uploading documentation to pmd.sourceforge.net failed..."

322
.travis/travis_wait Executable file

File diff suppressed because it is too large Load Diff