mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 08:44:24 +00:00
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:
@@ -53,3 +53,4 @@ jobs:
|
||||
command: cd bin && sha256sum linuxkit-*-* > SHA256SUM
|
||||
- store_artifacts:
|
||||
path: ./bin
|
||||
destination: .
|
||||
|
||||
Reference in New Issue
Block a user