From e50babab8f67449aa97f14d6c64a0dc36ad70983 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 10 Jun 2021 12:37:40 -0400 Subject: [PATCH] Add container_limits to pipeline.yml Flying the pipeline with the harbor cache changes reported these lines would be deleted. --- pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pipeline.yml b/pipeline.yml index 12417ce..296d626 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -53,6 +53,7 @@ jobs: - name: source caches: - path: source/.m2 + container_limits: {} run: dir: source path: sh @@ -80,6 +81,7 @@ jobs: - name: source caches: - path: source/.m2 + container_limits: {} run: dir: source path: sh @@ -108,6 +110,7 @@ jobs: - name: source caches: - path: source/.m2 + container_limits: {} run: dir: source path: sh