From 144f55af6d2caae631d1448fad13bc2f048d8fe9 Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 25 Apr 2019 19:35:52 +0200 Subject: [PATCH] Updated dockerimage to use the vikunja one for building apps --- .drone.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index caa2d57..b42ef20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,19 +9,17 @@ clone: steps: - name: build - image: adamantium/flutter + image: vikunja/flutter-build pull: true commands: - - apt-get update && apt-get install make # We do this here to not have to deal with updating the image itself - flutter packages get - make format-check - make build-debug - name: test - image: adamantium/flutter + image: vikunja/flutter-build pull: true commands: - - apt-get update && apt-get install make # We do this here to not have to deal with updating the image itself - flutter packages get - make test @@ -47,10 +45,9 @@ 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: adamantium/flutter + image: vikunja/flutter-build pull: true commands: - - apt-get update && apt-get install make # We do this here to not have to deal with updating the image itself - flutter packages get - make build-all - mkdir apks @@ -92,10 +89,9 @@ 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: adamantium/flutter + image: vikunja/flutter-build pull: true commands: - - apt-get update && apt-get install make # We do this here to not have to deal with updating the image itself - flutter packages get - make build-all - mkdir apks