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

DRONE
Emre KARTAL 1 year ago
parent b61603dbf1
commit 2861b14e7d

@ -7,14 +7,14 @@ trigger:
- push
steps:
# - name: app-build
# image: cirrusci/flutter:stable
# commands:
# - cd ./Sources/justMUSIC/
# - flutter build apk
- name: app-build
image: ghcr.io/cirruslabs/flutter:3.13.9
commands:
- cd ./Sources/justMUSIC/
- flutter build apk
- name: code-analysis
image: cirrusci/flutter:stable
image: ghcr.io/cirruslabs/flutter:3.13.9
environment:
SONAR_TOKEN:
from_secret: SONAR_TOKEN

Loading…
Cancel
Save