Skip to content
Snippets Groups Projects
Commit a1befe47 authored by Astro's avatar Astro :gear:
Browse files

gitlab-ci: set GIT_SUBMODULE_STRATEGY=recursive for firmware

parent 22c5d4b6
Branches menu-disp
No related tags found
No related merge requests found
Pipeline #3264 passed
...@@ -17,7 +17,7 @@ firmware: ...@@ -17,7 +17,7 @@ firmware:
stage: build stage: build
image: nixos/nix:latest image: nixos/nix:latest
variables: variables:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: recursive
script: script:
- nix-channel --add https://nixos.org/channels/nixos-19.03 nixpkgs - nix-channel --add https://nixos.org/channels/nixos-19.03 nixpkgs
- nix-channel --update - nix-channel --update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment