Skip to content

Commit

Permalink
Merge pull request react-native-camera#2655 from MateusAndrade/fix-ci…
Browse files Browse the repository at this point in the history
…-build

Fix ci build
  • Loading branch information
MateusAndrade committed Dec 26, 2019
2 parents 44661fc + 81fcbcc commit 84cf1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run:
name: Build Sample App
command: |
cd examples/basic/android && chmod +x ./gradlew && ./gradlew build
cd examples/basic/android && chmod +x ./gradlew && ./gradlew clean && ./gradlew build
- store_artifacts:
path: examples/basic/android/app/build/reports
destination: app
Expand Down

0 comments on commit 84cf1df

Please sign in to comment.