From 6012508a6560f947fe1456798f0adb7800d155e9 Mon Sep 17 00:00:00 2001 From: Oleksii Moskalenko Date: Tue, 5 Jan 2021 11:59:48 +0800 Subject: [PATCH] fix build-ingestion-py-dependencies.sh Signed-off-by: Oleksii Moskalenko --- infra/scripts/build-ingestion-py-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/scripts/build-ingestion-py-dependencies.sh b/infra/scripts/build-ingestion-py-dependencies.sh index efbd9560d4..c57a0979a2 100755 --- a/infra/scripts/build-ingestion-py-dependencies.sh +++ b/infra/scripts/build-ingestion-py-dependencies.sh @@ -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