👷 debug apk build
continuous-integration/drone/push Build is failing Details

pull/8/head^2
remrem 2 years ago
parent abda0403f0
commit 88ef9aaba3

@ -10,7 +10,7 @@ trigger:
steps: steps:
- name: build-apk - name: build-apk
image: ghcr.io/cirruslabs/flutter:3.13.9 image: ghcr.io/cirruslabs/flutter:3.16.3
commands: commands:
- flutter clean - flutter clean
- flutter pub cache repair - flutter pub cache repair
@ -23,7 +23,7 @@ steps:
- cat upload.json | cut -d '"' -f 12 - cat upload.json | cut -d '"' -f 12
- name: build-web - name: build-web
image: ghcr.io/cirruslabs/flutter:3.13.9 image: ghcr.io/cirruslabs/flutter:3.16.3
environment: environment:
FIREBASE_TOKEN: FIREBASE_TOKEN:
from_secret: firebase_token from_secret: firebase_token

Loading…
Cancel
Save