Skip to content

Commit

Permalink
cmd/golangorg: fix cloudbuild.yaml
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rsc committed Dec 15, 2023
1 parent e2dd66f commit 277b202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/golangorg/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
- name: golang
args: ["rm", "-rf", "_wikitmp/.git"]
- name: golang
args: ["cp", "-a", "_wikitmp/*", "_content/wiki"]
args: ["sh", "-c", "cp -a _wikitmp/* _content/wiki"]
# Run tests.
- name: golang
args: ["go", "test", "./..."]
Expand Down

0 comments on commit 277b202

Please sign in to comment.