From e882ace7a778e9e4c77d6839a0f07d55722bc515 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Sat, 27 Aug 2022 16:50:12 +0300 Subject: [PATCH] debug --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 875255c4..a5eb91d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ name: default steps: - name: build commands: - - nix-shell --pure --run "flutter build apk --split-per-abi" + - nix-shell --pure --run "flutter doctor -v" + - nix-shell --pure --run "dart --version" + #- nix-shell --pure --run "flutter build apk --split-per-abi" environment: NIX_PATH: "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:/nix/var/nix/profiles/per-user/root/channels"