fixed wrong dropbox uploader config file name

This commit is contained in:
Mariotaku Lee 2017-03-05 20:45:08 +08:00
parent 17e20f4bf5
commit 912d248e16
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ install:
# Checkout Google components
- ssh-agent bash -c "ssh-add private/ssh_id_rsa; git clone $COMPONENT_GOOGLE_REPO twidere/src/google" > /dev/null 2>&1
# Dropbox accessToken for uploading logs
- cat private/dropbox_uploader >> ~/.dropbox_loader
- cat private/dropbox_uploader >> ~/.dropbox_uploader
before_script:
# Validate if patches work