refactor: Upgrade to Flutter 2.5

This commit is contained in:
Krille Fear 2021-09-13 17:41:53 +02:00
commit eba304556c
7 changed files with 39 additions and 49 deletions

View file

@ -168,10 +168,6 @@ build_linux_x86:
build_linux_arm64:
stage: coverage
before_script:
- flutter channel stable
# - flutter upgrade --force
- $(cd $(which flutter | xargs dirname) && git checkout 2.2.3)
script: [./scripts/build-linux.sh]
tags: [docker_arm64]
only:
@ -315,5 +311,3 @@ docker-branches:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
allow_failure: true