mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2024-12-19 19:56:52 +01:00
Tweak CI for dependency verification
This commit is contained in:
parent
7b74c9e057
commit
04abea54a1
@ -14,7 +14,9 @@ lintDebug:
|
||||
- update-alternatives --auto java
|
||||
- ./gradlew checkLicenses
|
||||
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint --write-verification-metadata sha256
|
||||
- git diff --quiet gradle/verification-metadata.xml || (echo 'Verification of dependencies failed!' && exit 1)
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
- gradle/verification-metadata.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user