Skip to content

Commit 277b202

Browse files
committed
cmd/golangorg: fix cloudbuild.yaml
For not having been able to run this before submitting, I was *so* close. For golang/go#61940. Change-Id: Ifb14b1ec35f731e7e886956ad422f92122625a38 Reviewed-on: https://go-review.googlesource.com/c/website/+/550135 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent e2dd66f commit 277b202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/golangorg/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
- name: golang
2020
args: ["rm", "-rf", "_wikitmp/.git"]
2121
- name: golang
22-
args: ["cp", "-a", "_wikitmp/*", "_content/wiki"]
22+
args: ["sh", "-c", "cp -a _wikitmp/* _content/wiki"]
2323
# Run tests.
2424
- name: golang
2525
args: ["go", "test", "./..."]

0 commit comments

Comments
 (0)