We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d8546 commit e84003dCopy full SHA for e84003d
scripts/ci-upload-binaries.sh
@@ -79,7 +79,7 @@ function managerbin() {
79
fail "file build/manager-linux-$ARCH.tgz not found"
80
fi
81
82
- manager_version="${EC_VERSION#v}" # remove the 'v' prefix
+ manager_version="${EC_VERSION}"
83
84
# upload the binary to the bucket
85
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