Skip to content

Commit

Permalink
Fixed CircleCI config file yml indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Diaconu committed Jun 21, 2017
1 parent 5ff5e58 commit 58a0e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- echo y | android update sdk --no-ui --all --filter "build-tools-25.0.2"
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
test:
override:
override:
- ./gradlew jacocoTestReport
post: #For nice looking results - https://circleci.com/docs/1.0/test-metadata/#gradle-junit-results
- if [ -d "api/build/outputs" ]; then mkdir -p $CIRCLE_ARTIFACTS/outputs; cp -r api/build/outputs/* $CIRCLE_ARTIFACTS/outputs/; fi
Expand Down

0 comments on commit 58a0e6f

Please sign in to comment.