From d67734674ef0d502aa2ddb768bfc033e785a79cb Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 12 Apr 2025 03:04:04 +0300 Subject: [PATCH] ci fix ? --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 15c66192c..347ab1ce1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -204,7 +204,7 @@ steps: - wget "https://raw.githubusercontent.com/fieu/discord.sh/2253303efc0e7211ac2777d2535054cbb872f1e0/discord.sh" - chmod +x ./discord.sh - sed -n '/## Main changes/,/## Other changes/p' CHANGELOG.md | sed -e 's/## Main changes//' -e 's/## Other changes//' > changelogcut.txt - - head -c 1544 changelogcut.txt > changelogcutfin.txt + - head -c 1200 changelogcut.txt > changelogcutfin.txt - truncate -s -1 changelogcutfin.txt - tail -c +2 changelogcutfin.txt > changelogready.txt - rm -f changelogcut.txt @@ -456,7 +456,7 @@ steps: - wget "https://raw.githubusercontent.com/fieu/discord.sh/2253303efc0e7211ac2777d2535054cbb872f1e0/discord.sh" - chmod +x ./discord.sh - sed -n '/## Main changes/,/## Other changes/p' CHANGELOG.md | sed -e 's/## Main changes//' -e 's/## Other changes//' > changelogcut.txt - - head -c 1544 changelogcut.txt > changelogcutfin.txt + - head -c 1200 changelogcut.txt > changelogcutfin.txt - truncate -s -1 changelogcutfin.txt - tail -c +2 changelogcutfin.txt > changelogready.txt - rm -f changelogcut.txt