mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +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:
parent
01d2ddfa3d
commit
05f6085868
@ -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: .
|
||||||
|
Loading…
Reference in New Issue
Block a user