Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 15, 2023
1 parent adfb0d5 commit 93f069c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ steps:
- sequence
- --data
- >-
'{
{
"entriesDir": "${_ENTRIES_DIR}",
"origin": "${_ORIGIN}",
"bucket": "${_LOG_NAME}",
Expand All @@ -117,7 +117,7 @@ steps:
"kmsKeyLocation": "global",
"noteKeyName": "transparency.dev-aw-ftlog-prod",
"checkpointCacheControl": "${_CHECKPOINT_CACHE}"
}'
}
# Integrate log entry.
- name: gcr.io/cloud-builders/gcloud
args:
Expand All @@ -126,7 +126,7 @@ steps:
- integrate
- --data
- >-
'{
{
"origin": "${_ORIGIN}",
"bucket": "${_LOG_NAME}",
"kmsKeyName": "ft-log-prod",
Expand All @@ -135,7 +135,7 @@ steps:
"kmsKeyLocation": "global",
"noteKeyName": "transparency.dev-aw-ftlog-prod",
"checkpointCacheControl": "${_CHECKPOINT_CACHE}"
}'
}
substitutions:
# Build-related.
_FIRMWARE_BUCKET: armored-witness-firmware
Expand Down
8 changes: 4 additions & 4 deletions release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ steps:
- sequence
- --data
- >-
'{
{
"entriesDir": "${_ENTRIES_DIR}",
"origin": "${_ORIGIN}",
"bucket": "${_LOG_NAME}",
Expand All @@ -115,7 +115,7 @@ steps:
"kmsKeyLocation": "global",
"noteKeyName": "transparency.dev-aw-ftlog-ci",
"checkpointCacheControl": "${_CHECKPOINT_CACHE}"
}'
}
# Integrate log entry.
- name: gcr.io/cloud-builders/gcloud
args:
Expand All @@ -124,7 +124,7 @@ steps:
- integrate
- --data
- >-
'{
{
"origin": "${_ORIGIN}",
"bucket": "${_LOG_NAME}",
"kmsKeyName": "ft-log-ci",
Expand All @@ -133,7 +133,7 @@ steps:
"kmsKeyLocation": "global",
"noteKeyName": "transparency.dev-aw-ftlog-ci",
"checkpointCacheControl": "${_CHECKPOINT_CACHE}"
}'
}
substitutions:
# Build-related.
_FIRMWARE_BUCKET: armored-witness-firmware-ci-1
Expand Down

0 comments on commit 93f069c

Please sign in to comment.