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