File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ PSL_SOURCE_CONNECTOR_PROPERTIES=$(curl http://metadata.google.internal/computeMe
2727GCS_DIR=' gcs_resources'
2828
2929mkdir $GCS_DIR
30- gsutil cp " gs://$GCS_BUCKET /$CPS_CONNECTOR_JAR " $GCS_DIR /
31- gsutil cp " gs://$GCS_BUCKET /$CPS_SINK_CONNECTOR_PROPERTIES " $GCS_DIR /
32- gsutil cp " gs://$GCS_BUCKET /$CPS_SOURCE_CONNECTOR_PROPERTIES " $GCS_DIR /
33- gsutil cp " gs://$GCS_BUCKET /$PSL_SINK_CONNECTOR_PROPERTIES " $GCS_DIR /
34- gsutil cp " gs://$GCS_BUCKET /$PSL_SOURCE_CONNECTOR_PROPERTIES " $GCS_DIR /
30+ gcloud storage cp " gs://$GCS_BUCKET /$CPS_CONNECTOR_JAR " $GCS_DIR /
31+ gcloud storage cp " gs://$GCS_BUCKET /$CPS_SINK_CONNECTOR_PROPERTIES " $GCS_DIR /
32+ gcloud storage cp " gs://$GCS_BUCKET /$CPS_SOURCE_CONNECTOR_PROPERTIES " $GCS_DIR /
33+ gcloud storage cp " gs://$GCS_BUCKET /$PSL_SINK_CONNECTOR_PROPERTIES " $GCS_DIR /
34+ gcloud storage cp " gs://$GCS_BUCKET /$PSL_SOURCE_CONNECTOR_PROPERTIES " $GCS_DIR /
3535echo " Files in $GCS_DIR : "
3636ls -l $GCS_DIR /
3737
You can’t perform that action at this time.
0 commit comments