Skip to content

Commit 26a0f37

Browse files
Update bq.tf
1 parent 1036079 commit 26a0f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/setup/bq.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ resource "null_resource" "download_sample_cc_into_gcs" {
126126
tmpfile=$(mktemp)
127127
echo ${google_service_account_key.int_test.private_key} | base64 --decode > $tmpfile
128128
gcloud auth activate-service-account --key-file=$tmpfile
129-
gsutil cp solution-test/${local.sample_csv_name} ${module.tmp_data.bucket.url}
129+
gcloud storage cp solution-test/${local.sample_csv_name} ${module.tmp_data.bucket.url}
130130
rm -fr solution-test/
131131
EOF
132132
}

0 commit comments

Comments
 (0)