Test build without download script

This commit is contained in:
Steve Soltys 2019-08-05 23:12:28 -04:00
parent 76bb8cd9f4
commit ceef736813
2 changed files with 5 additions and 5 deletions

View file

@ -25,10 +25,10 @@ cache:
- $HOME/.gradle/wrapper/ - $HOME/.gradle/wrapper/
- $HOME/.android/build-cache - $HOME/.android/build-cache
before_deploy: #before_deploy:
- git config --local user.name "Steve Soltys" # - git config --local user.name "Steve Soltys"
- git config --local user.email "github@stevesoltys.com" # - git config --local user.email "github@stevesoltys.com"
- if ! [[ $TRAVIS_TAG ]]; then git tag $(git rev-parse --short HEAD); fi # - if ! [[ $TRAVIS_TAG ]]; then git tag $(git rev-parse --short HEAD); fi
deploy: deploy:
provider: releases provider: releases
api_key: api_key:

View file

@ -21,7 +21,7 @@ include $(CLEAR_VARS)
backup_root := $(LOCAL_PATH) backup_root := $(LOCAL_PATH)
$(backup_root)/Backup.apk: $(backup_root)/Backup.apk:
cd $(backup_root) && ./download.sh curl -L https://github.com/stevesoltys/backup/releases/download/76bb8cd/app-release-unsigned.apk > $(backup_root)/Backup.apk
LOCAL_MODULE := Backup LOCAL_MODULE := Backup
LOCAL_SRC_FILES := Backup.apk LOCAL_SRC_FILES := Backup.apk