1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-17 04:00:48 +01:00

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

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