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