Skip to content

Commit

Permalink
Removing incorrect circl yml config.
Browse files Browse the repository at this point in the history
  • Loading branch information
riggaroo committed Apr 30, 2016
1 parent d6b5eca commit 27f201a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,4 @@ test:
- cp -r app/build/outputs $CIRCLE_ARTIFACTS
- cp -r app/build/outputs/androidTest-results/ $CIRCLE_TEST_REPORTS
- cp -r app/build/reports/coverage/ $CIRCLE_TEST_REPORTS
- cp -r app/build/test-results/mockDebug/ $CIRCLE_TEST_REPORTS

deployment:
alpha:
branch: master
commands:
- touch release-keystore.properties
- echo $RELEASE_KEYSTORE_PROPS > release-keystore.properties
- touch google-play-keys.json
- echo $GOOGLE_PLAY_KEYS > google-play-keys.json
- ./gradlew publishApkRelease -Dorg.gradle.project.track=alpha
- cp -r app/build/test-results/mockDebug/ $CIRCLE_TEST_REPORTS

0 comments on commit 27f201a

Please sign in to comment.