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.
2 parents 7055790 + 2620cd6 commit bb21394Copy full SHA for bb21394
.buildkite/scripts/dra-workflow.sh
@@ -75,7 +75,7 @@ PATH="$PATH:${JAVA_HOME}/bin" # Required by the following script
75
if [[ -z "${VERSION_QUALIFIER:-}" ]]; then
76
x-pack/plugin/sql/connectors/tableau/package.sh asm qualifier="$VERSION_SUFFIX"
77
else
78
-x-pack/plugin/sql/connectors/tableau/package.sh asm qualifier="$VERSION_QUALIFIER"
+x-pack/plugin/sql/connectors/tableau/package.sh asm qualifier="-$VERSION_QUALIFIER"
79
fi
80
81
# we regenerate this file as part of the release manager invocation
0 commit comments