From c7bc12588bc2ca9bb717419e7da9957a88022c17 Mon Sep 17 00:00:00 2001 From: knoflook Date: Thu, 6 Mar 2025 17:44:48 +0100 Subject: [PATCH] fix the hometown version --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 05c6635..0e9f6bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ steps: - name: download hometown code image: alpine/curl:8.1.2 commands: - - curl -L -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v4.2.17+hometown-1.1.1.tar.gz + - curl -L -o hometown.tar.gz https://github.com/hometown-fork/hometown/archive/refs/tags/v4.2.17+hometown-1.1.2.tar.gz - "tar -zxvf hometown.tar.gz" - "rm hometown.tar.gz" - "mv hometown-* hometown" @@ -18,5 +18,5 @@ steps: password: from_secret: git_coopcloud_tech_token_3wc repo: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown - tags: v4.2.17-hometown-1.1.1 + tags: v4.2.17-hometown-1.1.2 registry: git.coopcloud.tech