From a8cfcad0910d741e46b765be47e81e6ecc83011d Mon Sep 17 00:00:00 2001 From: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:14:37 +0200 Subject: [PATCH] Apply suggestions from code review --- .github/scripts/release/build-linux-release.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/scripts/release/build-linux-release.sh b/.github/scripts/release/build-linux-release.sh index 3d5c0f563632..874c9b44788b 100755 --- a/.github/scripts/release/build-linux-release.sh +++ b/.github/scripts/release/build-linux-release.sh @@ -3,10 +3,7 @@ # This is used to build our binaries: # - polkadot # - polkadot-parachain -# - polkadot-omni-node is not built by this script, but it is built as part of -# `release-30_publish_release_draft.yml`, along other binaries like `frame-omni-bencher`, -# or `staging-chain-spec-builder`. The plan is to unify the building of all binaries within -# a single workflow. Currently this script is used in `release-reusable-rc-build.yml`. +# - polkadot-omni-node # # set -e