Pipelines now print their memory breakdown before builds

This commit is contained in:
Ryan 2023-02-18 03:27:22 +00:00
parent 7a42de63dc
commit c4ef6401a4

View file

@ -11,6 +11,7 @@ image: maven:3-openjdk-11
before_script:
- apt-get update -qq && apt-get install -qq -y --no-install-recommends jq
- free -mh
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'