Sharing our Google Cloud Build configuration, `clo...
# infra-deployment
a
Sharing our Google Cloud Build configuration,
cloudbuild.yaml
(the equivalent of https://gitlab.com/meltano/files-gitlab-ci):
Copy code
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