We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dd66f commit 277b202Copy full SHA for 277b202
cmd/golangorg/cloudbuild.yaml
@@ -19,7 +19,7 @@ steps:
19
- name: golang
20
args: ["rm", "-rf", "_wikitmp/.git"]
21
22
- args: ["cp", "-a", "_wikitmp/*", "_content/wiki"]
+ args: ["sh", "-c", "cp -a _wikitmp/* _content/wiki"]
23
# Run tests.
24
25
args: ["go", "test", "./..."]
0 commit comments