Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

DEPLOY_GOOGLE_PLAY
Emre KARTAL 2 years ago
parent 673f2c5846
commit 6af66779c7

@ -7,14 +7,14 @@ trigger:
- push - push
steps: steps:
- name: app-build # - name: app-build
image: fischerscode/flutter-sudo:latest # image: cirrusci/flutter:latest
commands: # commands:
- cd ./Sources/justMUSIC/ # - cd ./Sources/justMUSIC/
- flutter build apk # - flutter build apk
- name: code-analysis - name: code-analysis
image: cirrusci/flutter:latest image: fischerscode/flutter:latest
environment: environment:
SONAR_TOKEN: SONAR_TOKEN:
from_secret: SONAR_TOKEN from_secret: SONAR_TOKEN

Loading…
Cancel
Save