Skip to content

Commit

Permalink
Fixed CloudBuild failure (kubeflow#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Apr 11, 2019
1 parent ef39385 commit 1c1f3ff
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,20 +134,6 @@ steps:
args: ['-c', 'cd /workspace/components/dataproc/train && ./build_image.sh -p $PROJECT_ID -t $COMMIT_SHA']
id: 'buildDataprocTrain'

# Build the ResNet-CMLE sample pipeline component images
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/resnet-cmle/containers/deploy && ./build.sh $PROJECT_ID $COMMIT_SHA']
id: 'buildResnetCMLEDeployComponent'
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/resnet-cmle/containers/preprocess && ./build.sh $PROJECT_ID $COMMIT_SHA']
id: 'buildResnetCMLEPreprocessComponent'
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/resnet-cmle/containers/train && ./build.sh $PROJECT_ID $COMMIT_SHA']
id: 'buildResnetCMLETrainComponent'

# Build the Generic GCP component image
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
Expand Down

0 comments on commit 1c1f3ff

Please sign in to comment.