Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
No issue: TaskCluster fix; sdkmanager accept license for sdk28
Browse files Browse the repository at this point in the history
  • Loading branch information
psymoon authored and dnarcese committed Jan 30, 2019
1 parent 8711433 commit b7d64fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ tasks:
&& git fetch {{ event.head.repo.url }} {{ event.head.repo.branch }}
&& git config advice.detachedHead false
&& git checkout {{event.head.sha}}
&& yes | sdkmanager --licenses
&& ./gradlew -PisPullRequest clean assemble assembleAndroidTest lint checkstyle ktlint pmd detekt test
artifacts:
'public':
Expand Down Expand Up @@ -80,6 +81,7 @@ tasks:
&& git fetch {{ event.head.repo.url }}
&& git config advice.detachedHead false
&& git checkout {{event.head.sha}}
&& yes | sdkmanager --licenses
&& ./gradlew -PisPullRequest clean assemble assembleAndroidTest lint checkstyle ktlint pmd detekt test
artifacts:
'public':
Expand Down

0 comments on commit b7d64fd

Please sign in to comment.