Skip to content

Commit bd79961

Browse files
Merge pull request #154 from apache/cherry-pick-upload-fix
Cherry-picked upload fix into 1.1.x branch for a patch release
2 parents c94b2ec + d5e58e5 commit bd79961

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

cpc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ clean:
4545

4646
upload: all
4747
@for file in $(ARTIFACTS); do \
48-
gcloud storage cp $$file $(JS_BUCKET) ; \
48+
gcloud storage cp $$file $(JS_BUCKET)/ ; \
4949
done
5050

5151
# some functions (with shorter name) can call other functions (with suffix)

fi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ clean:
4545

4646
upload: all
4747
@for file in $(ARTIFACTS); do \
48-
gcloud storage cp $$file $(JS_BUCKET) ; \
48+
gcloud storage cp $$file $(JS_BUCKET)/ ; \
4949
done
5050

5151
# some functions (with shorter name) can call other functions (with suffix)

hll/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ clean:
4545

4646
upload: all
4747
@for file in $(ARTIFACTS); do \
48-
gcloud storage cp $$file $(JS_BUCKET) ; \
48+
gcloud storage cp $$file $(JS_BUCKET)/ ; \
4949
done
5050

5151
# some functions (with shorter name) can call other functions (with suffix)

kll/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ clean:
4646

4747
upload: all
4848
@for file in $(ARTIFACTS); do \
49-
gcloud storage cp $$file $(JS_BUCKET) ; \
49+
gcloud storage cp $$file $(JS_BUCKET)/ ; \
5050
done
5151

5252
# some functions (with shorter name) can call other functions (with suffix)

req/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ clean:
4646

4747
upload: all
4848
@for file in $(ARTIFACTS); do \
49-
gcloud storage cp $$file $(JS_BUCKET) ; \
49+
gcloud storage cp $$file $(JS_BUCKET)/ ; \
5050
done
5151

5252
create:

tdigest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ clean:
4545

4646
upload: all
4747
@for file in $(ARTIFACTS); do \
48-
gcloud storage cp $$file $(JS_BUCKET) ; \
48+
gcloud storage cp $$file $(JS_BUCKET)/ ; \
4949
done
5050

5151
# some functions (with shorter name) can call other functions (with suffix)

theta/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ clean:
4646

4747
upload: all
4848
@for file in $(ARTIFACTS); do \
49-
gcloud storage cp $$file $(JS_BUCKET) ; \
49+
gcloud storage cp $$file $(JS_BUCKET)/ ; \
5050
done
5151

5252
# some functions (with shorter name) can call other functions (with suffix)

tuple/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ clean:
4646

4747
upload: all
4848
@for file in $(ARTIFACTS); do \
49-
gcloud storage cp $$file $(JS_BUCKET) ; \
49+
gcloud storage cp $$file $(JS_BUCKET)/ ; \
5050
done
5151

5252
# some functions (with shorter name) can call other functions (with suffix)

0 commit comments

Comments
 (0)