From 81d62a06e3844f78ba2bee5648bed136b70ac1e6 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 29 May 2023 10:21:21 -0700 Subject: [PATCH] update drone to flutter 3.10 containers --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index a775a2a5..1c953c50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ]