From 88400c9c2e59a6810f01a79fc424e3abf54a6b34 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Fri, 26 Aug 2022 22:30:18 +0200 Subject: [PATCH] test --- .woodpecker.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1c218a4..4400c71 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,20 +14,10 @@ pipeline: volumes: - /var/www/queerscriptors:/var/www/queerscriptors check_l10n_freshness: - image: python:3.8-bullseye + image: debian:bullseye commands: - apt-get update - - apt-get install gettext git python3-requests python3-dev python3-setuptools i18nspector python3-polib python3-requests ca-certificates apt-utils -y + - 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 - discord: - 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 ]