From 37ddf2664e4971b95ec6417cb526f43a9e9d96cc Mon Sep 17 00:00:00 2001 From: Astro <astro@spaceboyz.net> Date: Fri, 23 Aug 2019 19:34:57 +0200 Subject: [PATCH] gitlab-ci: move artifacts up one directory --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fd47db..ac4ee79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab