fix(ci): resource limits
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Markus Pesch 2022-05-22 12:50:16 +02:00
parent 692074b23a
commit 4c9f90f90e
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 6 additions and 6 deletions

View File

@ -14,8 +14,8 @@ steps:
image: docker.io/volkerraschek/markdownlint:0.31.1
resources:
limits:
cpu: 50
memory: 50M
cpu: 150
memory: 150M
- name: email-notification
environment:
@ -192,8 +192,8 @@ steps:
from_secret: smtp_mail_address
resources:
limits:
cpu: 50
memory: 25M
cpu: 150
memory: 150M
when:
status:
- changed
@ -294,8 +294,8 @@ steps:
from_secret: smtp_mail_address
resources:
limits:
cpu: 50
memory: 25M
cpu: 150
memory: 150M
when:
status:
- changed