From 83dbfdedbc2c466c29cdf0ed3fe3d6b418ca39ea Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 12 May 2022 18:42:16 +0200 Subject: [PATCH] Fix updater --- .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 #=================================================