Skip to content

Commit

Permalink
fix (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan authored Sep 25, 2019
1 parent 99ce748 commit ee207f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ steps:

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

0 comments on commit ee207f2

Please sign in to comment.