Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-07-13 15:21:23 +00:00
parent 73352e727a
commit 61cec24bc8

View File

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