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