aaron
03/31/2021, 8:22 AMcloudbuild.yaml
(the equivalent of https://gitlab.com/meltano/files-gitlab-ci):
timeout: 1200s
options:
machineType: 'N1_HIGHCPU_32'
steps:
- name: '<http://gcr.io/kaniko-project/executor:latest|gcr.io/kaniko-project/executor:latest>'
args:
- --destination=<http://gcr.io/${PROJECT_ID}/${REPO_NAME}:${COMMIT_SHA}|gcr.io/${PROJECT_ID}/${REPO_NAME}:${COMMIT_SHA}>
- --cache=true