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 fd55301 commit cb7b6adCopy full SHA for cb7b6ad
build-linux.sh
@@ -20,7 +20,7 @@ case $platform in
20
;;
21
esac
22
23
-version=$(grep -w '^version' "$root_dir/pyproject.toml" | awk -F '"' '{print $2}')
+version=$(grep -w '^version' "$root_dir/pyproject.toml" | cut -d\" -f2)
24
sanitized_version=$(echo $version | tr '+' _)
25
26
img_tag=docker-cja-arrow-dev.dr-uw2.adobeitc.com/datafusion-python:$sanitized_version-$platform
0 commit comments