Skip to content

Commit

Permalink
Drop quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Feb 27, 2024
1 parent 629a0b2 commit 06f8a7f
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 @@ -136,7 +136,7 @@ steps:
\"bucket\": \"${_LOG_NAME}\",
\"kmsKeyName\": \"ft-log-ci\",
\"kmsKeyRing\": \"firmware-release-ci\",
\"kmsKeyVersion\": '${_KEY_VERSION}',
\"kmsKeyVersion\": ${_KEY_VERSION},
\"kmsKeyLocation\": \"global\",
\"noteKeyName\": \"transparency.dev-aw-ftlog-ci-${_KEY_VERSION}\",
\"checkpointCacheControl\": \"${_CHECKPOINT_CACHE}\"
Expand All @@ -154,7 +154,7 @@ steps:
"bucket": "${_LOG_NAME}",
"kmsKeyName": "ft-log-ci",
"kmsKeyRing": "firmware-release-ci",
"kmsKeyVersion": '${_KEY_VERSION}',
"kmsKeyVersion": ${_KEY_VERSION},
"kmsKeyLocation": "global",
"noteKeyName": "transparency.dev-aw-ftlog-ci-${_KEY_VERSION}",
"checkpointCacheControl": "${_CHECKPOINT_CACHE}"
Expand Down

0 comments on commit 06f8a7f

Please sign in to comment.