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 4a09ead commit 08e390dCopy full SHA for 08e390d
ci/scripts/release.sh
@@ -40,7 +40,7 @@ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip
40
unzip -q awscliv2.zip && ./aws/install && mv /usr/local/bin/aws /bin/aws
41
42
echo "--- Update risingwave release version"
43
-if [[ -n "${BUILDKITE_TAG+x}" ]]; then
+if [[ -n "${BUILDKITE_TAG}" ]]; then
44
toml set --toml-path Cargo.toml workspace.package.version ${BUILDKITE_TAG#*v}
45
fi
46
@@ -58,7 +58,7 @@ elif [[ -n "${BINARY_NAME+x}" ]]; then
58
aws s3 cp risingwave-${BINARY_NAME}-x86_64-unknown-linux.tar.gz s3://risingwave-nightly-pre-built-binary
59
60
61
62
echo "--- Install gh cli"
63
yum install -y dnf
64
dnf install -y 'dnf-command(config-manager)'
0 commit comments