mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
Merge pull request #182 from ijc/circleci-artefacts
Tweak circleci config to try and fix artifact upload
This commit is contained in:
commit
7c3e0e87b2
@ -5,7 +5,7 @@ jobs:
|
||||
image: circleci/classic:201710-02
|
||||
environment:
|
||||
GOPATH: /home/circleci/.go_workspace
|
||||
working_directory: $GOPATH/src/github.com/moby/tool
|
||||
working_directory: /home/circleci/.go_workspace/src/github.com/moby/tool
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@ -33,5 +33,7 @@ jobs:
|
||||
make GOOS=darwin dist/moby-darwin
|
||||
make GOOS=windows dist/moby-windows
|
||||
make GOOS=linux dist/moby-linux
|
||||
cd dist && sha256sum moby-* > SHA256SUM
|
||||
- store_artifacts:
|
||||
path: ./dist
|
||||
destination: .
|
||||
|
Loading…
Reference in New Issue
Block a user