Update gradle-build-template.gitlab-ci.yml
This commit is contained in:
parent
d65c69c89b
commit
320dc88259
@ -2,7 +2,7 @@
|
|||||||
stage: build
|
stage: build
|
||||||
image: $GRADLE_IMAGE
|
image: $GRADLE_IMAGE
|
||||||
script:
|
script:
|
||||||
- "./gradlew $GRADLE_CLI_OPTS --build-cache clean assemble"
|
- "./gradlew --build-cache clean assemble $GRADLE_CLI_OPTS"
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user