Skip to content

Commit

Permalink
Fix calls to serverless log GCF
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 13, 2023
1 parent 22e007f commit afcec35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ steps:
- call
- sequence
- '--data'
- '{"entriesDir": "${_ENTRIES_DIR}", "origin": "${_ORIGIN}", "bucket": "${_LOG_NAME}"}'
- '{"entriesDir": "${_ENTRIES_DIR}", "origin": "${_ORIGIN}", "bucket": "${_LOG_NAME}", "kmsKeyName": "ft-log-ci", "kmsKeyRing": "firmware-release-ci", "kmsKeyVersion": 1, "kmsKeyLocation": "global", "noteKeyName": "transparency.dev-aw-ftlog-ci"}'
# Integrate log entry.
- name: gcr.io/cloud-builders/gcloud
args:
- functions
- call
- integrate
- '--data'
- '{"origin": "${_ORIGIN}", "bucket": "${_LOG_NAME}"}'
- '{"origin": "${_ORIGIN}", "bucket": "${_LOG_NAME}", "kmsKeyName": "ft-log-ci", "kmsKeyRing": "firmware-release-ci", "kmsKeyVersion": 1, "kmsKeyLocation": "global", "noteKeyName": "transparency.dev-aw-ftlog-ci"}'
substitutions:
# Build-related.
_FIRMWARE_BUCKET: armored-witness-firmware-ci
Expand Down

0 comments on commit afcec35

Please sign in to comment.