Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-07-13 15:23:01 +00:00
parent 61cec24bc8
commit 4660f66cc1

View File

@ -8,9 +8,7 @@ before_script:
deploy:
stage: deploy
script: |
chmod a+x gradlew
./gradlew --build-cache assemble
script: gradle --build-cache assemble
artifacts:
paths:
- build/libs