From 05f6085868c376c602df215241f064d6c40717ac Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 17 Nov 2017 10:33:31 +0000 Subject: [PATCH] Move CI build artifacts to top level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently one has to click down through a sequence of nested directories in the web UI: ↓ Container 0 ↓ go/ ↓ src/ ↓ github.com/ ↓ linuxkit/ ↓ linuxkit/ ↓ bin/ «actual binaries» Which is super tedious. Signed-off-by: Ian Campbell --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86bdc6cc6..73c10f966 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,3 +53,4 @@ jobs: command: cd bin && sha256sum linuxkit-*-* > SHA256SUM - store_artifacts: path: ./bin + destination: .