Skip to content

Commit

Permalink
Remove signing in presubmit Cloud Build after transparency-dev/armore…
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Jan 8, 2024
1 parent f07f65c commit dca1ead
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions recovery/cloudbuild_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,14 @@ steps:
--tamago_version=${_TAMAGO_VERSION} \
--raw \
--output_file=output/recovery_manifest_unsigned.json
# Sign the log entry.
- name: golang
args:
- go
- run
- github.com/transparency-dev/armored-witness/cmd/sign@${_ARMORED_WITNESS_REPO_VERSION}
- --project_name=${PROJECT_ID}
- --release=ci
- --artefact=recovery
- --manifest_file=output/recovery_manifest_unsigned.json
- --output_file=output/recovery_manifest
# TODO: sign the log entry with github.com/transparency-dev/armored-witness/cmd/sign
# after we create presubmit keys.
#
# Print the content of the signed manifest.
- name: bash
args:
- cat
- output/recovery_manifest
- output/recovery_manifest_unsigned.json
substitutions:
# Build-related.
_ARMORY_UMS_VERSION: v20231018
Expand Down

0 comments on commit dca1ead

Please sign in to comment.