Skip to content

Commit

Permalink
add artifacts to build job
Browse files Browse the repository at this point in the history
  • Loading branch information
tony84727 committed Jul 6, 2019
1 parent 2e15eaf commit b78f853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ build:
paths:
- build
- .gradle

artifacts:
paths:
- build/libs
test:
stage: test
script: gradle check
Expand Down

0 comments on commit b78f853

Please sign in to comment.