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 17
17
# Change the working directory
18
18
current_path=$( pwd)
19
19
temp_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
22
22
# Create a GCS bucket and upload the product data to the bucket
23
23
output=$( python setup_product/products_create_gcs_bucket.py)
24
24
@@ -30,4 +30,4 @@ export BUCKET_NAME=$bucket_name
30
30
# Import products to the Retail catalog
31
31
python import_products_gcs.py
32
32
echo " 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