Skip to content

Commit

Permalink
Use double dashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Oct 2, 2023
1 parent a69e326 commit 0e8a581
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ steps:
- go
- run
- github.com/transparency-dev/armored-witness/cmd/sign
- -project_name=${PROJECT_ID}
- -key_ring=${_KMS_KEYRING}
- -key_name=${_KMS_KEY}
- -key_version=${_KMS_KEY_VERSION}
- -key_location=${_REGION}
- -manifest_file=output/trusted_applet_manifest_unsigned.json
- -output_file=output/trusted_applet_manifest
- --project_name=${PROJECT_ID}
- --key_ring=${_KMS_KEYRING}
- --key_name=${_KMS_KEY}
- --key_version=${_KMS_KEY_VERSION}
- --key_location=${_REGION}
- --manifest_file=output/trusted_applet_manifest_unsigned.json
- --output_file=output/trusted_applet_manifest
# Print the content of the signed manifest.
- name: bash
args:
Expand Down
14 changes: 7 additions & 7 deletions release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ steps:
- go
- run
- github.com/transparency-dev/armored-witness/cmd/sign
- -project_name=${PROJECT_ID}
- -key_ring=${_KMS_KEYRING}
- -key_name=${_KMS_KEY}
- -key_version=${_KMS_KEY_VERSION}
- -key_location=${_REGION}
- -manifest_file=output/trusted_applet_manifest_unsigned.json
- -output_file=output/trusted_applet_manifest
- --project_name=${PROJECT_ID}
- --key_ring=${_KMS_KEYRING}
- --key_name=${_KMS_KEY}
- --key_version=${_KMS_KEY_VERSION}
- --key_location=${_REGION}
- --manifest_file=output/trusted_applet_manifest_unsigned.json
- --output_file=output/trusted_applet_manifest
# Print the content of the signed manifest.
- name: bash
args:
Expand Down

0 comments on commit 0e8a581

Please sign in to comment.