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:
|
depends_on:
|
||||||
- Update flake
|
- Update flake
|
||||||
- name: Update pypi
|
- name: Update pypi
|
||||||
image: nixery.dev/shell/curl/jq
|
image: nixery.dev/shell/curl/jq/gnused
|
||||||
commands:
|
commands:
|
||||||
- (cd python && bash ./update.sh)
|
- (cd python && bash ./update.sh)
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -99,8 +99,13 @@ steps:
|
||||||
from_secret: GITEA_KEY
|
from_secret: GITEA_KEY
|
||||||
depends_on:
|
depends_on:
|
||||||
- Push git
|
- Push git
|
||||||
|
#trigger:
|
||||||
|
# event:
|
||||||
|
# - cron
|
||||||
|
# cron:
|
||||||
|
# - updater
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- cron
|
- push
|
||||||
cron:
|
branch:
|
||||||
- updater
|
- main
|
||||||
|
|
Reference in a new issue