Skip to content

Commit

Permalink
chore: Remove debug JSON from build script (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Jun 23, 2019
1 parent 2c1dbd8 commit 9c1cecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cache:
script:
- ./gradlew assemblePlayStoreRelease
- ./gradlew assembleFdroidRelease
- ./gradlew testPlayStoreDebugUnitTestCoverage
- ./gradlew testPlayStoreReleaseUnitTestCoverage
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash scripts/prep-key.sh
Expand Down
2 changes: 0 additions & 2 deletions scripts/update-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ fi

\cp -r ../app/build/outputs/apk/playStore/*/**.apk .
\cp -r ../app/build/outputs/apk/fdroid/*/**.apk .
\cp -r ../app/build/outputs/apk/playStore/debug/output.json playStore-debug-output.json
\cp -r ../app/build/outputs/apk/playStore/release/output.json playStore-release-output.json
\cp -r ../app/build/outputs/apk/fdroid/debug/output.json fdroid-debug-output.json
\cp -r ../app/build/outputs/apk/fdroid/release/output.json fdroid-release-output.json

# Signing Apps
Expand Down

0 comments on commit 9c1cecb

Please sign in to comment.