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