Update .gitlab-ci.yml
This commit is contained in:
parent
b2729f2835
commit
23a88db8c9
@ -8,9 +8,14 @@ before_script:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script: gradle --build-cache assemble
|
script:
|
||||||
|
- gradle --build-cache assemble
|
||||||
|
- cp build/libs/* ./
|
||||||
|
- rm *-dev.jar
|
||||||
|
- mv *.jar latest.jar
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/libs
|
- build/libs
|
||||||
|
- latest.jar
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user