mirror of https://github.com/docker/compose.git
Stash all macOS build artifacts
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
fedc8f71ad
commit
8820343882
|
@ -29,6 +29,9 @@ jobs:
|
|||
- run:
|
||||
name: build script
|
||||
command: ./script/build/osx
|
||||
- store_artifacts:
|
||||
path: dist/docker-compose-Darwin-x86_64
|
||||
destination: docker-compose-Darwin-x86_64
|
||||
- store_artifacts:
|
||||
path: dist/docker-compose-Darwin-x86_64.tgz
|
||||
destination: docker-compose-Darwin-x86_64.tgz
|
||||
|
|
Loading…
Reference in New Issue