Skip to content

Commit

Permalink
Keep 'v' when pushing manager binary to s3 (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Jan 23, 2025
1 parent a4d8546 commit e84003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-upload-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function managerbin() {
fail "file build/manager-linux-$ARCH.tgz not found"
fi

manager_version="${EC_VERSION#v}" # remove the 'v' prefix
manager_version="${EC_VERSION}"

# upload the binary to the bucket
retry 3 aws s3 cp --no-progress "build/manager-linux-$ARCH.tgz" "s3://${S3_BUCKET}/manager-binaries/${manager_version}-${ARCH}.tar.gz"
Expand Down

0 comments on commit e84003d

Please sign in to comment.