Skip to content

Commit

Permalink
Merge pull request #115 from m-lab/pr-glob-conditional
Browse files Browse the repository at this point in the history
Provide patterns so gsutil cp works unconditionally
  • Loading branch information
stephen-soltesz authored May 15, 2019
2 parents dc24e65 + 0f4a5b4 commit 4e89ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ steps:
- 'PROJECT=$PROJECT_ID'
- 'ARTIFACTS=/workspace/output'
- 'REGEXP_mlab_sandbox=mlab[1-4].lga1t.*'
- 'REGEXP_mlab_staging=NOMATCH'
- 'REGEXP_mlab_oti=NOMATCH'
- 'REGEXP_mlab_staging=mlab4.hnd01.*'
- 'REGEXP_mlab_oti=mlab[1-3].hnd01.*'

# stage3_coreos images.
- name: epoxy-images-builder
Expand Down

0 comments on commit 4e89ffc

Please sign in to comment.