This commit is contained in:
@@ -15,7 +15,7 @@ environment:
|
||||
LOG_LEVEL: info
|
||||
|
||||
steps:
|
||||
- name: clone-repo
|
||||
- name: clone-repo
|
||||
image: alpine/git:latest
|
||||
commands:
|
||||
- git clone http://192.168.1.12:3011/akshun/public-k3s /repo
|
||||
@@ -23,9 +23,8 @@ steps:
|
||||
- name: repo
|
||||
path: /repo
|
||||
|
||||
- name: renovate
|
||||
- name: renovate
|
||||
image: renovate/renovate:41.17.2
|
||||
depends_on: [clone-repo]
|
||||
commands:
|
||||
- cd /repo
|
||||
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||
|
||||
Reference in New Issue
Block a user