forked from phoedos/pmd
Add missing tail
This commit is contained in:
@ -33,6 +33,6 @@ fi
|
||||
(
|
||||
if [[ "$VERSION" == *-SNAPSHOT && "$TRAVIS_BRANCH" == "master" ]]; then
|
||||
# Uploading snapshot site...
|
||||
travis_wait rsync -ah --stats --delete target/pmd-doc-${VERSION}/ ${PMD_SF_USER}@web.sourceforge.net:/home/project-web/pmd/htdocs/snapshot/
|
||||
travis_wait rsync -ah --stats --delete target/pmd-doc-${VERSION}/ ${PMD_SF_USER}@web.sourceforge.net:/home/project-web/pmd/htdocs/snapshot/ | tail -100
|
||||
fi
|
||||
)
|
||||
|
Reference in New Issue
Block a user