forked from tom.biard/ScienceQuest
parent
8a04d4e84f
commit
b58fb80c63
@ -0,0 +1,18 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: ScienceQuestAndroid
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- Android
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: code-analysis-android
|
||||||
|
image: aosapps/drone-sonar-plugin
|
||||||
|
settings:
|
||||||
|
sonar_host:
|
||||||
|
from_secret: sonar_host
|
||||||
|
sonar_token:
|
||||||
|
from_secret: sonar_token
|
Loading…
Reference in new issue