From d0ba0f36789c992bd556a7eefd736219dc0bf4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 7 Jul 2022 08:45:44 +0100 Subject: [PATCH] fix updater issue --- .drone.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 358fbc5..2de51fa 100644 --- a/.drone.yml +++ b/.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