Raise minimum guaranteed memory for gradle build to 3GB

This commit is contained in:
Tristan 2023-04-12 01:40:09 +01:00
parent 36ffe204a1
commit a37f82e21e
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
1 changed files with 3 additions and 1 deletions

View File

@ -11,11 +11,13 @@ Gradle Build:
- branches
- tags
- merge_requests
before_script:
- export VERSION="${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}"
script:
- ./gradlew build
variables:
KUBERNETES_MEMORY_REQUEST: 3Gi
KUBERNETES_MEMORY_LIMIT: 3Gi
artifacts:
name: "mangadex_at_home"
paths: