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: ...@@ -7,9 +7,8 @@ nix:
- 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
- nix-build -A firmware - nix-build -A firmware
- mkdir output - cp -r result/apps apps
- cp -r result/apps output/apps
artifacts: artifacts:
paths: paths:
- output/apps - apps
expire_in: 1 week 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