mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Raise minimum guaranteed memory for gradle build to 3GB
This commit is contained in:
parent
36ffe204a1
commit
a37f82e21e
|
@ -11,11 +11,13 @@ Gradle Build:
|
||||||
- branches
|
- branches
|
||||||
- tags
|
- tags
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export VERSION="${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}"
|
- export VERSION="${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}"
|
||||||
script:
|
script:
|
||||||
- ./gradlew build
|
- ./gradlew build
|
||||||
|
variables:
|
||||||
|
KUBERNETES_MEMORY_REQUEST: 3Gi
|
||||||
|
KUBERNETES_MEMORY_LIMIT: 3Gi
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "mangadex_at_home"
|
name: "mangadex_at_home"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue