Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuizhongmose committed Jun 13, 2019
1 parent 297277b commit 89976ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ after_script:
- sleep 2
- |
if [ $IS_UPLOAD == 'true' ]; then
# uplaod all log
curl --ftp-create-dirs -u ${USER}:${PASSWORD} ftp://98.142.130.141/pub/ -T ${ALL_LOG_PATH} -v;
# upload deposit log
if [ $IS_RUN_DEPOSIT == 'true' ]; then
curl --ftp-create-dirs -u ${USER}:${PASSWORD} ftp://98.142.130.141/pub/$DEPOSIT_DIR/$LOG_NAME -T $DEPOSIT_LOG_PATH/${LOG_NAME} -v;
Expand Down

0 comments on commit 89976ed

Please sign in to comment.