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 - push
steps: steps:
# - name: app-build - name: app-build
# image: cirrusci/flutter:stable image: ghcr.io/cirruslabs/flutter:3.13.9
# commands: commands:
# - cd ./Sources/justMUSIC/ - cd ./Sources/justMUSIC/
# - flutter build apk - flutter build apk
- name: code-analysis - name: code-analysis
image: cirrusci/flutter:stable image: ghcr.io/cirruslabs/flutter:3.13.9
environment: environment:
SONAR_TOKEN: SONAR_TOKEN:
from_secret: SONAR_TOKEN from_secret: SONAR_TOKEN

Loading…
Cancel
Save