Skip to content

Commit cb7b6ad

Browse files
committed
fixup! Custom adobe version and artifactory publish
1 parent fd55301 commit cb7b6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ case $platform in
2020
;;
2121
esac
2222

23-
version=$(grep -w '^version' "$root_dir/pyproject.toml" | awk -F '"' '{print $2}')
23+
version=$(grep -w '^version' "$root_dir/pyproject.toml" | cut -d\" -f2)
2424
sanitized_version=$(echo $version | tr '+' _)
2525

2626
img_tag=docker-cja-arrow-dev.dr-uw2.adobeitc.com/datafusion-python:$sanitized_version-$platform

0 commit comments

Comments
 (0)