From ddb74a111c9b9f034727d3a14aa2e37bd1b2848e Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 10 Aug 2026 19:14:33 +0300 Subject: [PATCH] remove dead code --- .github/workflows/build-rpm-arm64.yml | 5 +---- .github/workflows/build-rpm-armhf.yml | 3 --- .github/workflows/build-rpm-x86-64.yml | 5 +---- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-rpm-arm64.yml b/.github/workflows/build-rpm-arm64.yml index 43c7eb9..ffbe2c2 100644 --- a/.github/workflows/build-rpm-arm64.yml +++ b/.github/workflows/build-rpm-arm64.yml @@ -23,11 +23,8 @@ jobs: pwd echo "RELEASE=$(cat RELEASE)" >> $GITHUB_ENV echo "VERSION=$(date +%y%m%d%H%M%S)" >> $GITHUB_ENV - echo "MAJOR=$(cat RELEASE | cut -d "-" -f 1)" >> $GITHUB_ENV - echo "SUBMAJOR=$(cat RELEASE | cut -d "-" -f 2)" >> $GITHUB_ENV - echo "MINOR=$(cat RELEASE | cut -d "-" -f 3)" >> $GITHUB_ENV - name: echo env - run: echo "release $RELEASE version $VERSION major $MAJOR submajor $SUBMAJOR minor $MINOR" + run: echo "release $RELEASE version $VERSION" - name: Linux libraries run: | sudo apt update diff --git a/.github/workflows/build-rpm-armhf.yml b/.github/workflows/build-rpm-armhf.yml index 363266b..f406d53 100644 --- a/.github/workflows/build-rpm-armhf.yml +++ b/.github/workflows/build-rpm-armhf.yml @@ -23,9 +23,6 @@ jobs: pwd echo "RELEASE=$(cat RELEASE)" >> $GITHUB_ENV echo "VERSION=$(date +%y%m%d%H%M%S)" >> $GITHUB_ENV - echo "MAJOR=$(cat RELEASE | cut -d "-" -f 1)" >> $GITHUB_ENV - echo "SUBMAJOR=$(cat RELEASE | cut -d "-" -f 2)" >> $GITHUB_ENV - echo "MINOR=$(cat RELEASE | cut -d "-" -f 3)" >> $GITHUB_ENV - name: Linux libraries run: | sudo apt update diff --git a/.github/workflows/build-rpm-x86-64.yml b/.github/workflows/build-rpm-x86-64.yml index 2a5c6e0..c9d5681 100644 --- a/.github/workflows/build-rpm-x86-64.yml +++ b/.github/workflows/build-rpm-x86-64.yml @@ -23,11 +23,8 @@ jobs: pwd echo "RELEASE=$(cat RELEASE)" >> $GITHUB_ENV echo "VERSION=$(date +%y%m%d%H%M%S)" >> $GITHUB_ENV - echo "MAJOR=$(cat RELEASE | cut -d "-" -f 1)" >> $GITHUB_ENV - echo "SUBMAJOR=$(cat RELEASE | cut -d "-" -f 2)" >> $GITHUB_ENV - echo "MINOR=$(cat RELEASE | cut -d "-" -f 3)" >> $GITHUB_ENV - name: echo env - run: echo "release $RELEASE version $VERSION major $MAJOR submajor $SUBMAJOR minor $MINOR" + run: echo "release $RELEASE version $VERSION" - name: Linux libraries run: | sudo apt update