Skip to content

Commit

Permalink
fix typo in cloud build (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongye-sun authored and k8s-ci-robot committed Feb 26, 2019
1 parent f175aa4 commit 4ad96e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ steps:
# Build the Generic GCP component image
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/gcp/container/ && ./build.sh $PROJECT_ID $COMMIT_SHA']
args: ['-c', 'cd /workspace/components/gcp/container/ && ./build_image.sh $PROJECT_ID $COMMIT_SHA']
id: 'buildGcpGenericComponent'

# Build the local pipeline component images
Expand Down

0 comments on commit 4ad96e6

Please sign in to comment.