[#696] Use released zip as binary source
This commit is contained in:
parent
1f49e71964
commit
6b6493c4d8
1 changed files with 7 additions and 7 deletions
|
|
@ -119,14 +119,14 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
script/test
|
script/test
|
||||||
script/run_lib_tests
|
script/run_lib_tests
|
||||||
- persist_to_workspace:
|
|
||||||
root: ./
|
|
||||||
paths:
|
|
||||||
- bb-binary
|
|
||||||
- run:
|
- run:
|
||||||
name: Release
|
name: Release
|
||||||
command: |
|
command: |
|
||||||
.circleci/script/release
|
.circleci/script/release
|
||||||
|
- persist_to_workspace:
|
||||||
|
root: /tmp
|
||||||
|
paths:
|
||||||
|
- release
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
|
|
@ -308,10 +308,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ./
|
at: /tmp
|
||||||
- run:
|
- run:
|
||||||
name: Move binary to root
|
name: Unzip binary to root
|
||||||
command: mv bb-binary/bb bb
|
command: unzip /tmp/release/*.zip
|
||||||
- run:
|
- run:
|
||||||
name: "Pull Submodules"
|
name: "Pull Submodules"
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue