Skip to content

Commit 15ecdd5

Browse files
authored
Fix build-ingestion-py-dependencies script (feast-dev#1250)
Signed-off-by: Oleksii Moskalenko <[email protected]>
1 parent f08af22 commit 15ecdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/build-ingestion-py-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pip3 install -t ${tmp_dir}/libs $PACKAGES
1111
cd $tmp_dir
1212
tar -czf pylibs-ge-$PLATFORM.tar.gz libs/
1313
if [[ $DESTINATION == gs* ]]; then
14-
gsutil cp pylibs-ge-$PLATFORM.tar.gz $GS_DESTINATION
14+
gsutil cp pylibs-ge-$PLATFORM.tar.gz $DESTINATION
1515
else
1616
mv pylibs-ge-$PLATFORM.tar.gz $DESTINATION
1717
fi

0 commit comments

Comments
 (0)