Commit 5f1851c1 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

chore: Remove obsolete build files (#12700)

* chore: Remove obsolete cloudbuild file

* Remove coderabbit

* remove snyk
parent 03bb1bcc
language: "en"
early_access: false
reviews:
high_level_summary: false
poem: false
review_status: false
collapse_walkthrough: true
path_filters:
- "!**/*.json"
path_instructions:
- path: "**.sol"
instructions: "Focus on the following areas:
- Security
- Identifying test cases which are lacking
- Removing unnecessary code
"
auto_review:
enabled: false
drafts: false
base_branches:
- "develop"
- "feat/*"
chat:
auto_reply: true
exclude:
global:
- infra/op-replica/** # snyk does not respect kustomizations, so not useful here
steps:
- name: 'gcr.io/kaniko-project/executor:latest'
args:
- --destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/deployer-bedrock:$_TAG
- --destination=us-central1-docker.pkg.dev/$PROJECT_ID/images/deployer-bedrock:$COMMIT_SHA
- --dockerfile=./ops/docker/Dockerfile.packages
- --target=deployer-bedrock
- --cache=true
- --cache-ttl=48h
waitFor: ['-']
options:
machineType: N1_HIGHCPU_32
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment