Skip to content

Commit cf612db

Browse files
committed
Fix escaping issue with build qualifier arguments
1 parent 987ab40 commit cf612db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/dra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BASE_VERSION="$HADOOP_VERSION"
1616

1717
VERSION_SUFFIX=""
1818
BUILD_ARGS="-Dbuild.snapshot=false"
19-
QUALIFIER_BUILD_ARGS=""
19+
QUALIFIER_BUILD_ARGS="-Dbuild.version_qualifier=\"\""
2020
if [[ "$DRA_WORKFLOW" == "snapshot" ]]; then
2121
VERSION_SUFFIX="-SNAPSHOT"
2222
BUILD_ARGS="-Dbuild.snapshot=true"

0 commit comments

Comments
 (0)