add tmp directory
This commit is contained in:
parent
0c232304bd
commit
aadff300c9
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue