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
steps:
- name: app-build
image: fischerscode/flutter-sudo:latest
commands:
- cd ./Sources/justMUSIC/
- flutter build apk
# - name: app-build
# image: cirrusci/flutter:latest
# commands:
# - cd ./Sources/justMUSIC/
# - flutter build apk
- name: code-analysis
image: cirrusci/flutter:latest
image: fischerscode/flutter:latest
environment:
SONAR_TOKEN:
from_secret: SONAR_TOKEN

Loading…
Cancel
Save