diff --git a/.drone.yml b/.drone.yml index 0e6d8e5..8f324e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: image: docker.io/volkerraschek/markdownlint:0.30.0 resources: limits: - cpu: 50 - memory: 50M + cpu: 150 + memory: 150M - name: email-notification environment: @@ -30,8 +30,8 @@ steps: image: docker.io/drillster/drone-email:latest resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed