Skip to content

Commit

Permalink
Add step to untar release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalermo committed Jan 9, 2025
1 parent 978e365 commit 0e990a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/tasks/package-release/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ function create_bbr_tarball() {
tar -cf "$release_folder/bbr-${VERSION}.tar" -C "$bbr_tarball_folder" .
}

pushd bbr-build
tar xf bbr-1.9.74.tar
popd
copy_bbr_binaries
copy_s3_config_validator
create_bbr_tarball

0 comments on commit 0e990a4

Please sign in to comment.