From ea1156b4365e4a9ea14f273dd70ae14b35bc3d64 Mon Sep 17 00:00:00 2001 From: broodjeaap Date: Sat, 13 Jun 2020 22:15:50 +0200 Subject: [PATCH] cirrusci/flutter:stable image instead of dart image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 846a10c..10218ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: test - image: google/dart + image: cirrusci/flutter:stable commands: - flutter pub get - flutter pub run test