This is an automated email from the ASF dual-hosted git repository. alsay pushed a commit to branch cherry-pick-upload-fix in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
commit d5e58e5ebb96a0e97c29c7b024c58be615cfd644 Author: AlexanderSaydakov <[email protected]> AuthorDate: Fri May 9 19:20:10 2025 -0700 fixed compatibility with Google deployment --- cpc/Makefile | 2 +- fi/Makefile | 2 +- hll/Makefile | 2 +- kll/Makefile | 2 +- req/Makefile | 2 +- tdigest/Makefile | 2 +- theta/Makefile | 2 +- tuple/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cpc/Makefile b/cpc/Makefile index 70f093e..dc6430f 100644 --- a/cpc/Makefile +++ b/cpc/Makefile @@ -45,7 +45,7 @@ clean: upload: all @for file in $(ARTIFACTS); do \ - gcloud storage cp $$file $(JS_BUCKET) ; \ + gcloud storage cp $$file $(JS_BUCKET)/ ; \ done # some functions (with shorter name) can call other functions (with suffix) diff --git a/fi/Makefile b/fi/Makefile index ec01824..33ee5f5 100644 --- a/fi/Makefile +++ b/fi/Makefile @@ -45,7 +45,7 @@ clean: upload: all @for file in $(ARTIFACTS); do \ - gcloud storage cp $$file $(JS_BUCKET) ; \ + gcloud storage cp $$file $(JS_BUCKET)/ ; \ done # some functions (with shorter name) can call other functions (with suffix) diff --git a/hll/Makefile b/hll/Makefile index 98383b4..3e541c5 100644 --- a/hll/Makefile +++ b/hll/Makefile @@ -45,7 +45,7 @@ clean: upload: all @for file in $(ARTIFACTS); do \ - gcloud storage cp $$file $(JS_BUCKET) ; \ + gcloud storage cp $$file $(JS_BUCKET)/ ; \ done # some functions (with shorter name) can call other functions (with suffix) diff --git a/kll/Makefile b/kll/Makefile index 32519be..ee9b7fe 100644 --- a/kll/Makefile +++ b/kll/Makefile @@ -46,7 +46,7 @@ clean: upload: all @for file in $(ARTIFACTS); do \ - gcloud storage cp $$file $(JS_BUCKET) ; \ + gcloud storage cp $$file $(JS_BUCKET)/ ; \ done # some functions (with shorter name) can call other functions (with suffix) diff --git a/req/Makefile b/req/Makefile index f068685..e0c38cc 100644 --- a/req/Makefile +++ b/req/Makefile @@ -46,7 +46,7 @@ clean: upload: all @for file in $(ARTIFACTS); do \ - gcloud storage cp $$file $(JS_BUCKET) ; \ + gcloud storage cp $$file $(JS_BUCKET)/ ; \ done create: diff --git a/tdigest/Makefile b/tdigest/Makefile index 9041228..c56eedf 100644 --- a/tdigest/Makefile +++ b/tdigest/Makefile @@ -45,7 +45,7 @@ clean: upload: all @for file in $(ARTIFACTS); do \ - gcloud storage cp $$file $(JS_BUCKET) ; \ + gcloud storage cp $$file $(JS_BUCKET)/ ; \ done # some functions (with shorter name) can call other functions (with suffix) diff --git a/theta/Makefile b/theta/Makefile index 45af09d..11d049f 100644 --- a/theta/Makefile +++ b/theta/Makefile @@ -46,7 +46,7 @@ clean: upload: all @for file in $(ARTIFACTS); do \ - gcloud storage cp $$file $(JS_BUCKET) ; \ + gcloud storage cp $$file $(JS_BUCKET)/ ; \ done # some functions (with shorter name) can call other functions (with suffix) diff --git a/tuple/Makefile b/tuple/Makefile index 2d76857..f049d82 100644 --- a/tuple/Makefile +++ b/tuple/Makefile @@ -46,7 +46,7 @@ clean: upload: all @for file in $(ARTIFACTS); do \ - gcloud storage cp $$file $(JS_BUCKET) ; \ + gcloud storage cp $$file $(JS_BUCKET)/ ; \ done # some functions (with shorter name) can call other functions (with suffix) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
