From 3c3739bb499ad08d4b47dbc7bc7361887c2e1681 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 26 Aug 2022 22:13:09 +0200 Subject: [PATCH] test --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index d47b2ca..5fd9c33 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,6 +16,7 @@ pipeline: check_l10n_freshness: image: python:3.8-bullseye commands: + - apt-get update - 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' @@ -28,3 +29,5 @@ pipeline: webhook_token: from_secret: discord_token message: "The lektor build has different pot than weblate-website" + when: + - status: [ sucess, failure ]