From 4d1a1719494d6b86fbc37032b7758277e378857e Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 6 Mar 2021 10:30:08 +0100 Subject: [PATCH] fix: CI --- .gitlab-ci.yml | 4 +++- snap/snapcraft.yaml | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2f0db20..21f94c92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,7 +171,9 @@ build_linux: snap:edge: stage: release image: "snapcore/snapcraft" - before_script: [] + before_script: + - git clone https://github.com/flutter/flutter.git + - export PATH="$PATH:`pwd`/flutter/bin" variables: SNAPCRAFT_LOGIN_FILE: ${SNAPCRAFT_LOGIN_FILE} only: diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f49a26c4..7ec0a528 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -35,7 +35,6 @@ parts: fluffychat: plugin: dump source: ./build/linux/release/bundle/ - build-snaps: [flutter] stage-packages: - libsqlite3-dev #- libolm-dev # Not available in core18