Update .drone.yml
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-07-08 04:03:23 +00:00
parent 09376c1eb1
commit 1df6e1f938

View File

@@ -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