Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v2/datastream-to-bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ echo '{
]},
"sdk_info":{"language":"JAVA"}
}' > image_spec.json
gsutil cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
gcloud storage cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
rm image_spec.json
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ echo '{
},
"sdk_info":{"language":"JAVA"}
}' > image_spec.json
gsutil cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
gcloud storage cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
rm image_spec.json
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ echo '{
},
"sdk_info":{"language":"JAVA"}
}' > image_spec.json
gsutil cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
gcloud storage cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
rm image_spec.json
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ echo '{
},
"sdk_info":{"language":"JAVA"}
}' > image_spec.json
gsutil cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
gcloud storage cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
rm image_spec.json
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ echo '{
"language": "JAVA"
}
}'> image-spec.json
gsutil cp image-spec.json ${TEMPLATE_IMAGE_SPEC}
gcloud storage cp image-spec.json ${TEMPLATE_IMAGE_SPEC}
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
* TARGET_GCR_IMAGE=gcr.io/${PROJECT}/${IMAGE_NAME}
*
* # Create bucket in the cloud storage
* gsutil mb gs://${BUCKET_NAME}
* gcloud storage buckets create gs://${BUCKET_NAME}
*
* # Go to the beam folder
* cd /path/to/DataflowTemplates/v2
Expand Down
2 changes: 1 addition & 1 deletion v2/pubsub-cdc-to-bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ echo '{
]},
"sdk_info":{"language":"JAVA"}
}' > image_spec.json
gsutil cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
gcloud storage cp image_spec.json ${TEMPLATE_IMAGE_SPEC}
rm image_spec.json
```

Expand Down
Loading