From ce5499419f696c72e901955dd26baa3ee22030b6 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 20 Jun 2022 16:43:21 -0700 Subject: [PATCH] drone test --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 71e49b10..ebea0cd9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ clone: steps: - name: clone - image: cirrusci/flutter:2.8.0 + image: cirrusci/flutter:3.0.1 environment: buildbot_key_b64: from_secret: buildbot_key_b64 @@ -24,7 +24,7 @@ steps: - git checkout $DRONE_COMMIT - name: fetch - image: cirrusci/flutter:2.8.0 + image: cirrusci/flutter:3.0.1 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-2.8.0 + image: openpriv/flutter-desktop:linux-fstable-3.0.1-rc1 volumes: - name: deps path: /root/.pub-cache @@ -61,7 +61,7 @@ steps: - rm -r cwtch - name: test-build-android - image: cirrusci/flutter:2.8.0 + image: cirrusci/flutter:3.0.1 when: event: pull_request volumes: @@ -71,7 +71,7 @@ steps: - flutter build apk --debug - name: build-android - image: cirrusci/flutter:2.8.0 + image: cirrusci/flutter:3.0.1 when: event: push environment: @@ -95,7 +95,7 @@ steps: #- cp build/app/outputs/flutter-apk/app-debug.apk deploy/android - name: widget-tests - image: cirrusci/flutter:2.8.0 + image: cirrusci/flutter:3.0.1 volumes: - name: deps path: /root/.pub-cache