Skip to content

Commit ee207f2

Browse files
authored
fix (#2231)
1 parent 99ce748 commit ee207f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release.cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ steps:
203203

204204
# Generate and copy the pipeline-lite deployment YAML
205205
- name: 'google/cloud-sdk'
206-
args: ['kubectl', 'kustomize', '/workspace/manifests/kustomize/env/dev', '>', 'namespaced-install.yaml']
206+
args: ['bash', '-c', 'kubectl kustomize /workspace/manifests/kustomize/env/dev > namespaced-install.yaml']
207207
id: 'generateDeploymentYaml'
208208
- name: 'gcr.io/cloud-builders/gsutil'
209209
args: ['cp', 'namespaced-install.yaml', 'gs://ml-pipeline/pipeline-lite/$TAG_NAME/namespaced-install.yaml']

0 commit comments

Comments
 (0)