zebra/cloudbuild.yaml

9 lines
217 B
YAML
Raw Normal View History

steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/zcashfoundation/$REPO_NAME/$BRANCH_NAME:$SHORT_SHA', '.']
options:
machineType: 'N1_HIGHCPU_32'
timeout: 1800s # 30 mins