mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 09:00:23 -07:00
Pipelines now print their memory breakdown before builds
This commit is contained in:
parent
7a42de63dc
commit
c4ef6401a4
1 changed files with 1 additions and 0 deletions
|
|
@ -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"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue