fix gitlab ci error

This commit is contained in:
Bixilon 2022-10-17 22:52:38 +02:00
parent 0c84d91987
commit 839b740c3a
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -48,7 +48,9 @@ test:
package:
stage: package
script: ./gradlew fatJar
script:
- chmod 660 .gradle/ build/ -R
- ./gradlew fatJar
only:
- master
- merge_requests