update drone to flutter 3.10 containers
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dan Ballard 2023-05-29 10:21:21 -07:00 committed by Gitea
parent 38ec143ef6
commit 81d62a06e3
1 changed files with 11 additions and 11 deletions

View File

@ -8,7 +8,7 @@ clone:
steps:
- name: clone
image: openpriv/flutter-desktop:linux-fstable-3.7.1
image: openpriv/flutter-desktop:linux-fstable-3.10.2
environment:
buildbot_key_b64:
from_secret: buildbot_key_b64
@ -24,7 +24,7 @@ steps:
- git checkout $DRONE_COMMIT
- name: fetch
image: openpriv/flutter-desktop:linux-fstable-3.7.1
image: openpriv/flutter-desktop:linux-fstable-3.10.2
volumes:
- name: deps
path: /root/.pub-cache
@ -47,7 +47,7 @@ steps:
# #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
- name: build-linux
image: openpriv/flutter-desktop:linux-fstable-3.7.1
image: openpriv/flutter-desktop:linux-fstable-3.10.2
volumes:
- name: deps
path: /root/.pub-cache
@ -61,7 +61,7 @@ steps:
- rm -r cwtch
- name: linux-ui-tests
image: openpriv/flutter-desktop:linux-fstable-3.7.1
image: openpriv/flutter-desktop:linux-fstable-3.10.2
volumes:
- name: deps
path: /root/.pub-cache
@ -70,7 +70,7 @@ steps:
- ./run-tests-headless.sh "01_general|02_global_settings|04_profile_mgmt"
- name: test-build-android
image: openpriv/flutter-desktop:linux-fstable-3.7.1
image: openpriv/flutter-desktop:linux-fstable-3.10.2
when:
event: pull_request
volumes:
@ -80,7 +80,7 @@ steps:
- flutter build apk --debug
- name: build-android
image: openpriv/flutter-desktop:linux-fstable-3.7.1
image: openpriv/flutter-desktop:linux-fstable-3.10.2
when:
event: push
environment:
@ -104,7 +104,7 @@ steps:
#- cp build/app/outputs/flutter-apk/app-debug.apk deploy/android
- name: widget-tests
image: openpriv/flutter-desktop:linux-fstable-3.7.1
image: openpriv/flutter-desktop:linux-fstable-3.10.2
volumes:
- name: deps
path: /root/.pub-cache
@ -177,7 +177,7 @@ clone:
steps:
- name: clone
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.7.1
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.10.2
environment:
buildbot_key_b64:
from_secret: buildbot_key_b64
@ -195,7 +195,7 @@ steps:
- git checkout $Env:DRONE_COMMIT
- name: fetch
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.7.1
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.10.2
commands:
- git describe --tags --abbrev=1 > VERSION
- git log -1 --format=%cd --date=format:'%Y-%m-%d-%H-%M' > COMMIT_DATE
@ -203,7 +203,7 @@ steps:
- .\fetch-libcwtch-go.ps1
- name: build-windows
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.7.1
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.10.2
commands:
- flutter pub get
- $Env:version += type .\VERSION
@ -260,7 +260,7 @@ steps:
- move *.sha512.txt deploy\$Env:builddir
- name: deploy-windows
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.7.1
image: openpriv/flutter-desktop:windows-sdk30-fstable-3.10.2
when:
event: push
status: [ success ]