Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Sep 28, 2023
1 parent 4b1cb7e commit 7d06690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ steps:
- storage
- cp
- output/trusted_applet.elf
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${TAG_NAME}/firmware.elf
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${TAG_NAME}/trusted_applet.elf
- name: gcr.io/cloud-builders/gcloud
args:
- storage
- cp
- output/trusted_applet.sig
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${TAG_NAME}/firmware.sig
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${TAG_NAME}/trusted_applet.sig
### Construct log entry / Claimant Model statement.
- name: golang
args:
Expand Down
4 changes: 2 additions & 2 deletions release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ steps:
- storage
- cp
- output/trusted_applet.elf
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${_TEST_TAG_NAME}/firmware.elf
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${_TEST_TAG_NAME}/trusted_applet.elf
- name: gcr.io/cloud-builders/gcloud
args:
- storage
- cp
- output/trusted_applet.sig
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${_TEST_TAG_NAME}/firmware.sig
- gs://${_FIRMWARE_BUCKET}/${_FIRMWARE_COMPONENT}/${_TEST_TAG_NAME}/trusted_applet_transparency_dev.sig
### Construct log entry / Claimant Model statement.
- name: golang
args:
Expand Down

0 comments on commit 7d06690

Please sign in to comment.