add tmp directory
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing

This commit is contained in:
2023-02-12 19:41:15 +01:00
parent 0c232304bd
commit aadff300c9

View File

@@ -22,6 +22,9 @@ steps:
- name: renovate
image: renovate/renovate:33.2.0
volumes:
- name: tmp
path: /tmp
# https://github.com/renovatebot/renovate/discussions/15049
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
@@ -30,3 +33,8 @@ steps:
environment:
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
volumes:
- name: tmp
host:
path: /tmp