We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ff097 commit c9df0a4Copy full SHA for c9df0a4
1 file changed
.cloud_build/specification/cloudbuild.yaml
@@ -2,7 +2,7 @@ steps:
2
- name: 'ubuntu'
3
args: ['specification/scripts/build_pdf']
4
- name: 'gcr.io/cloud-builders/gsutil'
5
- args: ['cp', '-m', 'r', 'specification/artifacts/', 'gs://dart-specification']
+ args: ['cp', '-m', '-r', 'specification/artifacts/', 'gs://dart-specification']
6
options:
7
automapSubstitutions: true
8
logging: CLOUD_LOGGING_ONLY
0 commit comments