From 616b82cbc0de4e08ce69417e8c11208078f0bf6d Mon Sep 17 00:00:00 2001 From: Astro <astro@spaceboyz.net> Date: Fri, 23 Aug 2019 19:07:48 +0200 Subject: [PATCH] gitlab-ci: build just the firmware --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7133a53..b7bba355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ nix: script: - nix-channel --add https://nixos.org/channels/nixos-19.03 nixpkgs - nix-channel --update - - nix-build + - nix-build -A firmware artifacts: paths: - result/apps -- GitLab