Skip to content

Commit

Permalink
Remove compiled manifests (kubeflow#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored Apr 23, 2020
1 parent 173556b commit 1d86111
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .release.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,25 +554,6 @@ steps:
id: 'copyPythonComponentSDKToLatest'
waitFor: ['copyPythonComponentSDKLocal']

# Generate and copy the pipeline-lite crd deployment YAML
- name: 'google/cloud-sdk'
args: ['bash', '-c', 'kubectl kustomize /workspace/manifests/kustomize/base/crds > crd.yaml']
id: 'generateCrdDeploymentYaml'
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', 'crd.yaml', 'gs://ml-pipeline/pipeline-lite/$TAG_NAME/crd.yaml']
id: 'copyCrdDeploymentYaml'
waitFor: ['generateCrdDeploymentYaml']

# Generate and copy the pipeline-lite deployment YAML
- name: 'google/cloud-sdk'
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']
id: 'copyDeploymentYaml'
waitFor: ['generateDeploymentYaml']


images:
- 'gcr.io/ml-pipeline/scheduledworkflow:$TAG_NAME'
- 'gcr.io/ml-pipeline/scheduledworkflow:$COMMIT_SHA'
Expand Down

0 comments on commit 1d86111

Please # to comment.