Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add cloudbuild.yaml
  • Loading branch information
shubha-rajan committed May 15, 2020
commit b6bca43e0f69634f500a4b0ad65b23dec0749763
5 changes: 5 additions & 0 deletions .kokoro/docker/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/python-samples-testing-docker', '.']
images:
- 'gcr.io/$PROJECT_ID/python-samples-testing-docker'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto