Switch CI build image
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-01-01 18:21:07 +01:00
parent 76bcb206c4
commit 74ffc99cea
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ clone:
steps:
- name: build
image: vikunja/flutter-build
image: cirrusci/flutter:stable
pull: true
commands:
- flutter packages get
@ -45,7 +45,7 @@ clone:
steps:
# Because drone separates the pipelines, we have to add the build step to this pipeline. This is double code, we should change it at some point if possible.
- name: build
image: vikunja/flutter-build
image: cirrusci/flutter:stable
pull: true
commands:
- flutter packages get
@ -89,7 +89,7 @@ clone:
steps:
# Because drone separates the pipelines, we have to add the build step to this pipeline. This is double code, we should change it at some point if possible.
- name: build
image: vikunja/flutter-build
image: cirrusci/flutter:stable
pull: true
commands:
- flutter packages get