From dfe47fd2c12992ac566c32da1f963494cf49b982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toldi=20Bal=C3=A1zs=20=C3=81d=C3=A1m?= Date: Mon, 14 Mar 2022 08:09:55 +0000 Subject: [PATCH] Changed force property value to true This gives us the option to restart the task manually and get the result we need --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a7ea6e9..0740aa0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,7 +14,7 @@ pipeline: branch: main remote: ssh://git@git.toldi.eu:2222/Bazsalanszky/iptv-scraper.git remote_name: origin_ssh - force: false + force: true commit: true author_name: gitea author_email: "git@toldi.eu"