From c4ef6401a442f1624e37608febc59b7fa52d0ea2 Mon Sep 17 00:00:00 2001 From: Ryan <2804894-ryannathans@users.noreply.gitlab.com> Date: Sat, 18 Feb 2023 03:27:22 +0000 Subject: [PATCH] Pipelines now print their memory breakdown before builds --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 306a67b70..110cf4a8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"'