zebra/cloudbuild.yaml

13 lines
266 B
YAML
Raw Normal View History

steps:
- name: 'gcr.io/kaniko-project/executor:v0.17.0'
args:
- --destination=gcr.io/$PROJECT_ID/$BRANCH_NAME
- --cache=true
- --cache-ttl=24h
- --whitelist-var-run=false
options:
machineType: 'N1_HIGHCPU_32'
timeout: 3600s # One hour for all steps.