Skip to content

Commit

Permalink
Fix build-ingestion-py-dependencies script (#1250)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex authored Jan 5, 2021
1 parent f08af22 commit 15ecdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scripts/build-ingestion-py-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip3 install -t ${tmp_dir}/libs $PACKAGES
cd $tmp_dir
tar -czf pylibs-ge-$PLATFORM.tar.gz libs/
if [[ $DESTINATION == gs* ]]; then
gsutil cp pylibs-ge-$PLATFORM.tar.gz $GS_DESTINATION
gsutil cp pylibs-ge-$PLATFORM.tar.gz $DESTINATION
else
mv pylibs-ge-$PLATFORM.tar.gz $DESTINATION
fi

0 comments on commit 15ecdd5

Please sign in to comment.