From c8fc92d6d5522ba8ec392c54e4101d2173888a7b Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 6 Aug 2024 09:21:37 +0200 Subject: [PATCH] ci: small fixes Signed-off-by: Ettore Di Giacinto --- .github/bump_deps.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/bump_deps.sh b/.github/bump_deps.sh index 6ecb81a9..66dea9a3 100755 --- a/.github/bump_deps.sh +++ b/.github/bump_deps.sh @@ -18,7 +18,5 @@ if [ -z "$CURRENT_COMMIT" ]; then exit 0 fi -echo "Updated `$VAR` from `$CURRENT_COMMIT` to `${LAST_COMMIT}`." > "${VAR}_message.txt" -echo "" >> "${VAR}_message.txt" echo "Changes: https://github.com/$REPO/compare/${CURRENT_COMMIT}..${LAST_COMMIT}" >> "${VAR}_message.txt" echo "${LAST_COMMIT}" >> "${VAR}_commit.txt" \ No newline at end of file