Skip to content

Commit

Permalink
infra: Move cloudbuild under .github directory.
Browse files Browse the repository at this point in the history
Reduce clutter at top level.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
  • Loading branch information
mithro committed Jan 10, 2019
1 parent 23d653f commit ead1374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbuild.yaml → .github/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ steps:
- 'BUILD_TYPE=${_BUILD_TYPE}'
- '-t'
- '${_GCR_ZONE}/$PROJECT_ID/${_IMAGE_NAME}:${SHORT_SHA}'
- '-f'
- '.github/cloudbuild/Dockerfile'
- '.'
options:
disk_size_gb: 1000
Expand Down
File renamed without changes.

0 comments on commit ead1374

Please sign in to comment.