diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2f0db20e..21f94c92f 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 f49a26c42..7ec0a5289 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