Skip to content

Commit

Permalink
fix typo (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored and k8s-ci-robot committed Nov 7, 2018
1 parent f25d32b commit 849c8cf
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 @@ -109,7 +109,7 @@ steps:
id: 'buildTFTComponent'
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/dataflow/containers/tfma && ./build.sh $PROJECT_ID $COMMIT_SHA']
args: ['-c', 'cd /workspace/components/dataflow/containers/tfma && ./build.sh -p $PROJECT_ID -t $COMMIT_SHA']
id: 'buildTMAComponent'

# Build the Kubeflow-based pipeline component images
Expand Down

0 comments on commit 849c8cf

Please sign in to comment.