Move CI build artifacts to top level

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 <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-11-17 10:33:31 +00:00
parent 01d2ddfa3d
commit 05f6085868

View File

@ -53,3 +53,4 @@ jobs:
command: cd bin && sha256sum linuxkit-*-* > SHA256SUM command: cd bin && sha256sum linuxkit-*-* > SHA256SUM
- store_artifacts: - store_artifacts:
path: ./bin path: ./bin
destination: .