From 559ea35ed7a24f1cd9c046ca2a3bbf9998d4d35c Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 26 Aug 2022 22:10:24 +0200 Subject: [PATCH] test --- .woodpecker.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 71a1630..e84f2e1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,14 +19,4 @@ pipeline: - apt-get install gettext git python3-dev python3-setuptools i18nspector python3-polib python3-requests ca-certificates apt-utils -y - git clone https://lab.encryptionin.space/Queerscriptors/l10n.git - echo 'lets see if there are any updates in the strings for translation' - - l10n/check_po_status.py main - send_discord_message: - image: appleboy/drone-discord - settings: - webhook_id: - from_secret: discord_id - webhook_token: - from_secret: discord_token - message: "The lektor build has different pot than weblate-website" - when: - - status: [ failure ] + - l10n/check_po_status.py main