Skip to content

Commit e84003d

Browse files
authored
Keep 'v' when pushing manager binary to s3 (#1732)
1 parent a4d8546 commit e84003d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-upload-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function managerbin() {
7979
fail "file build/manager-linux-$ARCH.tgz not found"
8080
fi
8181

82-
manager_version="${EC_VERSION#v}" # remove the 'v' prefix
82+
manager_version="${EC_VERSION}"
8383

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

0 commit comments

Comments
 (0)