fix updater issue
This commit is contained in:
parent
ba2a96775f
commit
d0ba0f3678
1 changed files with 9 additions and 4 deletions
13
.drone.yml
13
.drone.yml
|
@ -52,7 +52,7 @@ steps:
|
|||
depends_on:
|
||||
- Update flake
|
||||
- name: Update pypi
|
||||
image: nixery.dev/shell/curl/jq
|
||||
image: nixery.dev/shell/curl/jq/gnused
|
||||
commands:
|
||||
- (cd python && bash ./update.sh)
|
||||
depends_on:
|
||||
|
@ -99,8 +99,13 @@ steps:
|
|||
from_secret: GITEA_KEY
|
||||
depends_on:
|
||||
- Push git
|
||||
#trigger:
|
||||
# event:
|
||||
# - cron
|
||||
# cron:
|
||||
# - updater
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
cron:
|
||||
- updater
|
||||
- push
|
||||
branch:
|
||||
- main
|
||||
|
|
Reference in a new issue