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

gitlab-ci: move artifacts up one directory

parent 82495049
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,8 @@ nix:
- nix-channel --add https://nixos.org/channels/nixos-19.03 nixpkgs
- nix-channel --update
- nix-build -A firmware
- mkdir output
- cp -r result/apps output/apps
- cp -r result/apps apps
artifacts:
paths:
- output/apps
- apps
expire_in: 1 week
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment