ci: Fix ci script
This commit is contained in:
parent
d74b7397c6
commit
59eb3b502e
1 changed files with 2 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ build-job: # This job runs in the build stage, which runs first.
|
||||||
script:
|
script:
|
||||||
- make release
|
- make release
|
||||||
artifacts:
|
artifacts:
|
||||||
|
paths:
|
||||||
- build/dist/*.tar.gz
|
- build/dist/*.tar.gz
|
||||||
|
|
||||||
unit-test-job: # This job runs in the test stage.
|
unit-test-job: # This job runs in the test stage.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue