From 837fa9f77ea92b3352098a84706ac3fa16e222b2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 12 May 2022 18:43:18 +0200 Subject: [PATCH] Fix updater (#42) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- .github/workflows/updater.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index b8b9e89..ad75bfb 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -65,9 +65,6 @@ echo "Handling asset at $asset_url" src="app" -# If $src is not empty, let's process the asset -if [ ! -z "$src" ]; then - # Create the temporary directory tempdir="$(mktemp -d)" @@ -97,12 +94,6 @@ SOURCE_FILENAME= EOT echo "... conf/$src.src updated" -else -echo "... asset ignored" -fi - -done - #================================================= # SPECIFIC UPDATE STEPS #=================================================