chore(travis): fix typo in Linux build
This commit is contained in:
parent
4cc16e06a0
commit
0e9ca085ad
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ after_script:
|
||||||
script/doxygen.sh;
|
script/doxygen.sh;
|
||||||
DOXYGEN_DIR=doc/html;
|
DOXYGEN_DIR=doc/html;
|
||||||
find $DOXYGEN_DIR -type f -name "*.md5" -exec rm {} ";";
|
find $DOXYGEN_DIR -type f -name "*.md5" -exec rm {} ";";
|
||||||
find $DOXYGEN_DIR -type f | split -l 100 - doxygen_new_files.txt.;
|
find $DOXYGEN_DIR -type f | split -l 100 - doxygen_files.txt.;
|
||||||
ls -1 doxygen_files.txt.* | parallel -u -j 10 'script/dropbox_upload.py --destpath /Public --dropbox-token ${DROPBOX_KEY} --copylist {}';
|
ls -1 doxygen_files.txt.* | parallel -u -j 10 'script/dropbox_upload.py --destpath /Public --dropbox-token ${DROPBOX_KEY} --copylist {}';
|
||||||
fi
|
fi
|
||||||
- if [[ $LEANREPO == BLESSED && $UPLOAD ]]; then
|
- if [[ $LEANREPO == BLESSED && $UPLOAD ]]; then
|
||||||
|
|
Loading…
Reference in a new issue