File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
generated_samples/interactive-tutorials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717# Change the working directory
1818current_path=$( pwd)
1919temp_path=" ${current_path% cloudshell_open* } "
20- full_path=temp_path" cloudshell_open/python-retail/samples/interactive-tutorials/product"
21-
20+ full_path=$ temp_path" cloudshell_open/python-retail/samples/interactive-tutorials/product"
21+ cd $full_path
2222# Create a GCS bucket and upload the product data to the bucket
2323output=$( python setup_product/products_create_gcs_bucket.py)
2424
@@ -30,4 +30,4 @@ export BUCKET_NAME=$bucket_name
3030# Import products to the Retail catalog
3131python import_products_gcs.py
3232echo " Products are successfully imported to catalog"
33- echo " Your Retail catalog is ready to use!"
33+ echo " Your Retail catalog is ready to use!"
You can’t perform that action at this time.
0 commit comments