Add container_limits to pipeline.yml

Flying the pipeline with the harbor cache changes reported these lines
would be deleted.
This commit is contained in:
Gary Russell
2021-06-10 12:37:40 -04:00
parent e5a48ee48c
commit e50babab8f

View File

@@ -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