There was an error while loading. Please reload this page.
1 parent f08af22 commit 15ecdd5Copy full SHA for 15ecdd5
1 file changed
infra/scripts/build-ingestion-py-dependencies.sh
@@ -11,7 +11,7 @@ pip3 install -t ${tmp_dir}/libs $PACKAGES
11
cd $tmp_dir
12
tar -czf pylibs-ge-$PLATFORM.tar.gz libs/
13
if [[ $DESTINATION == gs* ]]; then
14
- gsutil cp pylibs-ge-$PLATFORM.tar.gz $GS_DESTINATION
+ gsutil cp pylibs-ge-$PLATFORM.tar.gz $DESTINATION
15
else
16
mv pylibs-ge-$PLATFORM.tar.gz $DESTINATION
17
fi
0 commit comments