Update .gitlab-ci.yml
This commit is contained in:
parent
70eb164834
commit
e3ec1982d0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ cache:
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ./gradlew assemble
|
- ./gradlew build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/libs/*.jar
|
- build/libs/*.jar
|
||||||
|
|
Reference in a new issue