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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user