Pipelines now print their memory breakdown before builds
This commit is contained in:
@@ -11,6 +11,7 @@ image: maven:3-openjdk-11
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -qq -y --no-install-recommends jq
|
- apt-get update -qq && apt-get install -qq -y --no-install-recommends jq
|
||||||
|
- free -mh
|
||||||
|
|
||||||
# Cache downloaded dependencies and plugins between builds.
|
# Cache downloaded dependencies and plugins between builds.
|
||||||
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
|
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
|
||||||
|
|||||||
Reference in New Issue
Block a user